COLOR #B66F74

HEX: #B66F74 RGB: (182,111,116)

Color info

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

RGB color model

#B66F74 color RGB value is (182,111,116).

RGB: (182,111,116) (71%, 44%, 45%)

RGB channels and saturation

R 182 of 255 = 71%
G 111 of 255 = 44%
B 116 of 255 = 45%

182
111
116

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

Portions of RGB colors in percentages

R + G + B = 182 + 111 + 116 = 409 (100%)
R 182 of 409 ~ 44.5%
G 111 of 409 ~ 27.14%
B 116 of 409 ~ 28.36'%

%44.5
%27.14
%28.36

CMYK color model

#B66F74 color CMYK value is (0,39,36,29).

  • cyan value is 0.00%
  • magenta value is 39.01%
  • yellow value is 36.26%
  • key color value is 28.63%
CMYK: (0,39,36,29) C0M39Y36K29 (0%,39%,36%,29%) (0.00/0.39/0.36/0.29) 

CMYK percentages

%0
%39.01
%36.26
%28.63

Codes

Color #B66F74 in popluar color models

B6 6F 74
RGB 182 111 116
HSL 356° 32.72% 57.45%
HSB/HSV 356° 39.01% 71.37%
CMYK 0.00% 39.01% 36.26%
28.63%

Color #B66F74 in popluar number systems.

HEX B6 6F 74
Decimal 182 111 116
Binary 10110110 1101111 1110100
Octal 266 157 164

Shades and tints

Shades of #B66F74

#B66F74
(182,111,116)
#A6656A
(166,101,106)
#965B60
(150,91,96)
#865156
(134,81,86)
#76474C
(118,71,76)
#663D42
(102,61,66)
#563338
(86,51,56)
#46292E
(70,41,46)
#361F24
(54,31,36)
#26151A
(38,21,26)
#160B10
(22,11,16)
#000000
(0,0,0)

Tints of #B66F74

#B66F74
(182,111,116)
#BC7C80
(188,124,128)
#C2898C
(194,137,140)
#C89698
(200,150,152)
#CEA3A4
(206,163,164)
#D4B0B0
(212,176,176)
#DABDBC
(218,189,188)
#E0CAC8
(224,202,200)
#E6D7D4
(230,215,212)
#ECE4E0
(236,228,224)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B66F74; }

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

This text font color is #B66F74.

Background Color

.myBgColor { background-color: #B66F74; }

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

This div background color is #B66F74.

Border color

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

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

This div border color is #B66F74.

Opacity

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

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

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

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

This text has shadow with #B66F74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B66F74.

Preview

Color preview on black background

This text has color #B66F74 on black background.


Color preview on white background

This text has color #B66F74 on white background.


Black color preview on #B66F74 background

This text has black color on #B66F74 background.


White color preview on #B66F74 background

This text has white color on #B66F74 background.


Related colors

Complementary color

Complementary color for #hex is #49908B.


I love getcolorcode.com

Triadic colors

1 #74B66F and #6F74B6 with #B66F74 are triadic colors.

2 #746FB6 and #6FB674 with #B66F74 are triadic colors.