COLOR #B66A61

HEX: #B66A61
RGB: (182,106,97)

Color info

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

RGB color model

#B66A61 color RGB value is (182,106,97).

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

RGB channels and saturation

R 182 of 255 = 71%
G 106 of 255 = 42%
B 97 of 255 = 38%

182
106
97

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

Portions of RGB colors in percentages

R + G + B =
182 + 106 + 97 = 385 (100%)
R 182 of 385 ~ 47.27%
G 106 of 385 ~ 27.53%
B 97 of 385 ~ 25.19%

%47.27
%27.53
%25.19

CMYK color model

#B66A61 color CMYK value is (0,42,47,29).

  • cyan value is 0.00%
  • magenta value is 41.76%
  • yellow value is 46.70%
  • key color value is 28.63%
CMYK:
(0,42,47,29)
C0M42Y47K29 
(0%,42%,47%,29%)
(0.00/0.42/0.47/0.29)	

CMYK percentages

%0
%41.76
%46.7
%28.63

Codes

Color #B66A61 in popluar color models

B66A61
RGB18210697
HSL36.80%54.71%
HSB/HSV46.70%71.37%
CMYK0.00%41.76%46.70%
28.63%

Color #B66A61 in popluar number systems.

HEXB66A61
Decimal18210697
Binary1011011011010101100001
Octal266152141

Shades and tints

Shades of #B66A61

#B66A61
(182,106,97)
#A66159
(166,97,89)
#965851
(150,88,81)
#864F49
(134,79,73)
#764641
(118,70,65)
#663D39
(102,61,57)
#563431
(86,52,49)
#462B29
(70,43,41)
#362221
(54,34,33)
#261919
(38,25,25)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #B66A61

#B66A61
(182,106,97)
#BC776F
(188,119,111)
#C2847D
(194,132,125)
#C8918B
(200,145,139)
#CE9E99
(206,158,153)
#D4ABA7
(212,171,167)
#DAB8B5
(218,184,181)
#E0C5C3
(224,197,195)
#E6D2D1
(230,210,209)
#ECDFDF
(236,223,223)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66A61; }

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

This text font color is #B66A61.


Background Color

.myBgColor { background-color: #B66A61; }

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

This div background color is #B66A61.


Border color

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

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

This div border color is #B66A61.


Opacity

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

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

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

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

This text has shadow with #B66A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B66A61 on black background.


Color preview on white background

This text has color #B66A61 on white background.



Black color preview on #B66A61 background

This text has black color on #B66A61 background.


White color preview on #B66A61 background

This text has white color on #B66A61 background.