COLOR #B67F81

HEX: #B67F81
RGB: (182,127,129)

Color info

#B67F81 contains red, green and blue colors in about the same proportion. Web safe color of #B67F81 is #CC6699 (or #C69).

RGB color model

#B67F81 color RGB value is (182,127,129).

  • red value is 182;
  • green value is 127;
  • blue value is 129.
RGB:
(182,127,129)
(71%,50%,51%)

RGB channels and saturation

R 182 of 255 = 71%
G 127 of 255 = 50%
B 129 of 255 = 51%

182
127
129

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

Portions of RGB colors in percentages

R + G + B =
182 + 127 + 129 = 438 (100%)
R 182 of 438 ~ 41.55%
G 127 of 438 ~ 29%
B 129 of 438 ~ 29.45%

%41.55
%29
%29.45

CMYK color model

#B67F81 color CMYK value is (0,30,29,29).

  • cyan value is 0.00%
  • magenta value is 30.22%
  • yellow value is 29.12%
  • key color value is 28.63%
CMYK:
(0,30,29,29)
C0M30Y29K29 
(0%,30%,29%,29%)
(0.00/0.30/0.29/0.29)	

CMYK percentages

%0
%30.22
%29.12
%28.63

Codes

Color #B67F81 in popluar color models

B67F81
RGB182127129
HSL358°27.36%60.59%
HSB/HSV358°30.22%71.37%
CMYK0.00%30.22%29.12%
28.63%

Color #B67F81 in popluar number systems.

HEXB67F81
Decimal182127129
Binary10110110111111110000001
Octal266177201

Shades and tints

Shades of #B67F81

#B67F81
(182,127,129)
#A67476
(166,116,118)
#96696B
(150,105,107)
#865E60
(134,94,96)
#765355
(118,83,85)
#66484A
(102,72,74)
#563D3F
(86,61,63)
#463234
(70,50,52)
#362729
(54,39,41)
#261C1E
(38,28,30)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #B67F81

#B67F81
(182,127,129)
#BC8A8C
(188,138,140)
#C29597
(194,149,151)
#C8A0A2
(200,160,162)
#CEABAD
(206,171,173)
#D4B6B8
(212,182,184)
#DAC1C3
(218,193,195)
#E0CCCE
(224,204,206)
#E6D7D9
(230,215,217)
#ECE2E4
(236,226,228)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B67F81 color. Also use rgb(182,127,129) instead hex code.

Text Font Color

.myTextColor { color: #B67F81; }

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

This text font color is #B67F81.


Background Color

.myBgColor { background-color: #B67F81; }

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

This div background color is #B67F81.


Border color

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

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

This div border color is #B67F81.


Opacity

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

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

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

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

This text has shadow with #B67F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B67F81 on black background.


Color preview on white background

This text has color #B67F81 on white background.



Black color preview on #B67F81 background

This text has black color on #B67F81 background.


White color preview on #B67F81 background

This text has white color on #B67F81 background.