COLOR #B66F77

HEX: #B66F77 RGB: (182,111,119)

Color info

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

RGB color model

#B66F77 color RGB value is (182,111,119).

RGB: (182,111,119) (71%, 44%, 47%)

RGB channels and saturation

R 182 of 255 = 71%
G 111 of 255 = 44%
B 119 of 255 = 47%

182
111
119

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

Portions of RGB colors in percentages

R + G + B = 182 + 111 + 119 = 412 (100%)
R 182 of 412 ~ 44.17%
G 111 of 412 ~ 26.94%
B 119 of 412 ~ 28.88'%

%44.17
%26.94
%28.88

CMYK color model

#B66F77 color CMYK value is (0,39,35,29).

  • cyan value is 0.00%
  • magenta value is 39.01%
  • yellow value is 34.62%
  • key color value is 28.63%
CMYK: (0,39,35,29) C0M39Y35K29 (0%,39%,35%,29%) (0.00/0.39/0.35/0.29) 

CMYK percentages

%0
%39.01
%34.62
%28.63

Codes

Color #B66F77 in popluar color models

B6 6F 77
RGB 182 111 119
HSL 353° 32.72% 57.45%
HSB/HSV 353° 39.01% 71.37%
CMYK 0.00% 39.01% 34.62%
28.63%

Color #B66F77 in popluar number systems.

HEX B6 6F 77
Decimal 182 111 119
Binary 10110110 1101111 1110111
Octal 266 157 167

Shades and tints

Shades of #B66F77

#B66F77
(182,111,119)
#A6656D
(166,101,109)
#965B63
(150,91,99)
#865159
(134,81,89)
#76474F
(118,71,79)
#663D45
(102,61,69)
#56333B
(86,51,59)
#462931
(70,41,49)
#361F27
(54,31,39)
#26151D
(38,21,29)
#160B13
(22,11,19)
#000000
(0,0,0)

Tints of #B66F77

#B66F77
(182,111,119)
#BC7C83
(188,124,131)
#C2898F
(194,137,143)
#C8969B
(200,150,155)
#CEA3A7
(206,163,167)
#D4B0B3
(212,176,179)
#DABDBF
(218,189,191)
#E0CACB
(224,202,203)
#E6D7D7
(230,215,215)
#ECE4E3
(236,228,227)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66F77; }

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

This text font color is #B66F77.

Background Color

.myBgColor { background-color: #B66F77; }

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

This div background color is #B66F77.

Border color

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

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

This div border color is #B66F77.

Opacity

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

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

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

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

This text has shadow with #B66F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B66F77.

Preview

Color preview on black background

This text has color #B66F77 on black background.


Color preview on white background

This text has color #B66F77 on white background.


Black color preview on #B66F77 background

This text has black color on #B66F77 background.


White color preview on #B66F77 background

This text has white color on #B66F77 background.


Related colors

Complementary color

Complementary color for #hex is #499088.


I love getcolorcode.com

Triadic colors

1 #77B66F and #6F77B6 with #B66F77 are triadic colors.

2 #776FB6 and #6FB677 with #B66F77 are triadic colors.