COLOR #B66F61

HEX: #B66F61
RGB: (182,111,97)

Color info

#B66F61 contains mainly red color. Web safe color of #B66F61 is #CC6666 (or #C66).

RGB color model

#B66F61 color RGB value is (182,111,97).

  • red value is 182;
  • green value is 111;
  • blue value is 97.
RGB:
(182,111,97)
(71%,44%,38%)

RGB channels and saturation

R 182 of 255 = 71%
G 111 of 255 = 44%
B 97 of 255 = 38%

182
111
97

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

Portions of RGB colors in percentages

R + G + B =
182 + 111 + 97 = 390 (100%)
R 182 of 390 ~ 46.67%
G 111 of 390 ~ 28.46%
B 97 of 390 ~ 24.87%

%46.67
%28.46
%24.87

CMYK color model

#B66F61 color CMYK value is (0,39,47,29).

  • cyan value is 0.00%
  • magenta value is 39.01%
  • yellow value is 46.70%
  • key color value is 28.63%
CMYK:
(0,39,47,29)
C0M39Y47K29 
(0%,39%,47%,29%)
(0.00/0.39/0.47/0.29)	

CMYK percentages

%0
%39.01
%46.7
%28.63

Codes

Color #B66F61 in popluar color models

B66F61
RGB18211197
HSL10°36.80%54.71%
HSB/HSV10°46.70%71.37%
CMYK0.00%39.01%46.70%
28.63%

Color #B66F61 in popluar number systems.

HEXB66F61
Decimal18211197
Binary1011011011011111100001
Octal266157141

Shades and tints

Shades of #B66F61

#B66F61
(182,111,97)
#A66559
(166,101,89)
#965B51
(150,91,81)
#865149
(134,81,73)
#764741
(118,71,65)
#663D39
(102,61,57)
#563331
(86,51,49)
#462929
(70,41,41)
#361F21
(54,31,33)
#261519
(38,21,25)
#160B11
(22,11,17)
#000000
(0,0,0)

Tints of #B66F61

#B66F61
(182,111,97)
#BC7C6F
(188,124,111)
#C2897D
(194,137,125)
#C8968B
(200,150,139)
#CEA399
(206,163,153)
#D4B0A7
(212,176,167)
#DABDB5
(218,189,181)
#E0CAC3
(224,202,195)
#E6D7D1
(230,215,209)
#ECE4DF
(236,228,223)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B66F61 color. Also use rgb(182,111,97) instead hex code.

Text Font Color

.myTextColor { color: #B66F61; }

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

This text font color is #B66F61.


Background Color

.myBgColor { background-color: #B66F61; }

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

This div background color is #B66F61.


Border color

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

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

This div border color is #B66F61.


Opacity

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

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

Text with #B66F61 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 #B66F61;}

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

This text has shadow with #B66F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66F61 on black background.


Color preview on white background

This text has color #B66F61 on white background.



Black color preview on #B66F61 background

This text has black color on #B66F61 background.


White color preview on #B66F61 background

This text has white color on #B66F61 background.