COLOR #B6715D

HEX: #B6715D
RGB: (182,113,93)

Renk bilgisi

#B6715D contains mainly red color. #B6715D ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#B6715D color RGB value is (182,113,93).

  • kırmız ton 182;
  • yeşil ton 113;
  • mavi ton 93.
RGB:
(182,113,93)
(71%,44%,36%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 113 of 255 = 44%
B 93 of 255 = 36%

182
113
93

R + G + B ~ 50%. #B6715D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 113 + 93 = 388 (100%)
R 182 of 388 ~ 46.91%
G 113 of 388 ~ 29.12%
B 93 of 388 ~ 23.97%

%46.91
%29.12
%23.97

CMYK RENK MODELİ

#B6715D rengi CMYK tonu (0,38,49,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.91%
  • sarı tonu 48.90%
  • ana renk tonu 28.63%
CMYK:
(0,38,49,29)
C0M38Y49K29 
(0%,38%,49%,29%)
(0.00/0.38/0.49/0.29)	

CMYK yüzdeleri

%0
%37.91
%48.9
%28.63

Codes

Color #B6715D in popluar color models

B6715D
RGB18211393
HSL13°37.87%53.92%
HSB/HSV13°48.90%71.37%
CMYK0.00%37.91%48.90%
28.63%

Color #B6715D in popluar number systems.

HEXB6715D
Decimal18211393
Binary1011011011100011011101
Octal266161135

Shades and tints

Shades of #B6715D

#B6715D
(182,113,93)
#A66755
(166,103,85)
#965D4D
(150,93,77)
#865345
(134,83,69)
#76493D
(118,73,61)
#663F35
(102,63,53)
#56352D
(86,53,45)
#462B25
(70,43,37)
#36211D
(54,33,29)
#261715
(38,23,21)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #B6715D

#B6715D
(182,113,93)
#BC7D6B
(188,125,107)
#C28979
(194,137,121)
#C89587
(200,149,135)
#CEA195
(206,161,149)
#D4ADA3
(212,173,163)
#DAB9B1
(218,185,177)
#E0C5BF
(224,197,191)
#E6D1CD
(230,209,205)
#ECDDDB
(236,221,219)
#F2E9E9
(242,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6715D color. Also use rgb(182,113,93) instead hex code.

Text Font Color

.myTextColor { color: #B6715D; }

<p style="color:#B6715D">This sample text font color is #B6715D.</p>

This text font color is #B6715D.


Background Color

.myBgColor { background-color: #B6715D; }

<div style="background-color:#B6715D">Inner text</div>

This div background color is #B6715D.


Border color

.myBorderColor { border: 1px solid #B6715D; }

<div style="border:3px solid #B6715D">Div</div>

This div border color is #B6715D.


Opacity

.myOpacity80 { color: #B6715D; opacity: 0.8; }

<p style="color:#B6715D;opacity:0.8;">80%</p>

Text with #B6715D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B6715D;}

<p style="text-shadow: 3px 3px 1px #B6715D">Text here.</p>

This text has shadow with #B6715D color.

.textShadow {text-shadow: 3px 3px 1px #B6715D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B6715D, 5px 5px 20px red">Text here.</p>

This text has shadow with #B6715D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B6715D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B6715D, Direction=45, Strength=4)">Text</p>

This text has shadow with #B6715D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B6715D;
  -webkit-box-shadow:	1px 1px 3px 2px #B6715D;
  box-shadow:		1px 1px 3px 2px #B6715D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B6715D;
-webkit-box-shadow: 1px 1px 3px 2px #B6715D;
box-shadow:1px 1px 3px 2px #B6715D;">
Div content here</div>
This div box has shadow with color #B6715D.

Preview

Color preview on black background

This text has color #B6715D on black background.


Color preview on white background

This text has color #B6715D on white background.



Black color preview on #B6715D background

This text has black color on #B6715D background.


White color preview on #B6715D background

This text has white color on #B6715D background.