COLOR #B66A62

HEX: #B66A62 RGB: (182,106,98)

Color info

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

RGB color model

#B66A62 color RGB value is (182,106,98).

RGB: (182,106,98) (71%, 42%, 38%)

RGB channels and saturation

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

182
106
98

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

Portions of RGB colors in percentages

R + G + B = 182 + 106 + 98 = 386 (100%)
R 182 of 386 ~ 47.15%
G 106 of 386 ~ 27.46%
B 98 of 386 ~ 25.39'%

%47.15
%27.46
%25.39

CMYK color model

#B66A62 color CMYK value is (0,42,46,29).

  • cyan value is 0.00%
  • magenta value is 41.76%
  • yellow value is 46.15%
  • key color value is 28.63%

CMYK: (0,42,46,29)
C0M42Y46K29 (0%, 42%, 46%, 29%)
(0.00 / 0.42 / 0.46 / 0.29)

CMYK percentages

%0
%41.76
%46.15
%28.63

Codes

Color #B66A62 in popluar color models

B6 6A 62
RGB 182 106 98
HSL 36.52% 54.90%
HSB/HSV 46.15% 71.37%
CMYK 0.00% 41.76% 46.15%
28.63%

Color #B66A62 in popluar number systems.

HEX B6 6A 62
Decimal 182 106 98
Binary 10110110 1101010 1100010
Octal 266 152 142

Shades and tints

Shades of #B66A62

#B66A62
(182,106,98)
#A6615A
(166,97,90)
#965852
(150,88,82)
#864F4A
(134,79,74)
#764642
(118,70,66)
#663D3A
(102,61,58)
#563432
(86,52,50)
#462B2A
(70,43,42)
#362222
(54,34,34)
#26191A
(38,25,26)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #B66A62

#B66A62
(182,106,98)
#BC7770
(188,119,112)
#C2847E
(194,132,126)
#C8918C
(200,145,140)
#CE9E9A
(206,158,154)
#D4ABA8
(212,171,168)
#DAB8B6
(218,184,182)
#E0C5C4
(224,197,196)
#E6D2D2
(230,210,210)
#ECDFE0
(236,223,224)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66A62; }

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

This text font color is #B66A62.

Background Color

.myBgColor { background-color: #B66A62; }

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

This div background color is #B66A62.

Border color

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

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

This div border color is #B66A62.

Opacity

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

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

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

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

This text has shadow with #B66A62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B66A62.

Preview

Color preview on black background

This text has color #B66A62 on black background.


Color preview on white background

This text has color #B66A62 on white background.


Black color preview on #B66A62 background

This text has black color on #B66A62 background.


White color preview on #B66A62 background

This text has white color on #B66A62 background.


Related colors

Complementary color

Complementary color for #hex is #49959D.


I love getcolorcode.com

Triadic colors

1 #62B66A and #6A62B6 with #B66A62 are triadic colors.

2 #626AB6 and #6AB662 with #B66A62 are triadic colors.