COLOR #B89F81

HEX: #B89F81
RGB: (184,159,129)

Color info

#B89F81 contains red, green and blue colors in about the same proportion. Web safe color of #B89F81 is #CC9999 (or #C99).

RGB color model

#B89F81 color RGB value is (184,159,129).

  • red value is 184;
  • green value is 159;
  • blue value is 129.
RGB:
(184,159,129)
(72%,62%,51%)

RGB channels and saturation

R 184 of 255 = 72%
G 159 of 255 = 62%
B 129 of 255 = 51%

184
159
129

R + G + B ~ 62%. #B89F81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 159 + 129 = 472 (100%)
R 184 of 472 ~ 38.98%
G 159 of 472 ~ 33.69%
B 129 of 472 ~ 27.33%

%38.98
%33.69
%27.33

CMYK color model

#B89F81 color CMYK value is (0,14,30,28).

  • cyan value is 0.00%
  • magenta value is 13.59%
  • yellow value is 29.89%
  • key color value is 27.84%
CMYK:
(0,14,30,28)
C0M14Y30K28 
(0%,14%,30%,28%)
(0.00/0.14/0.30/0.28)	

CMYK percentages

%0
%13.59
%29.89
%27.84

Codes

Color #B89F81 in popluar color models

B89F81
RGB184159129
HSL33°27.92%61.37%
HSB/HSV33°29.89%72.16%
CMYK0.00%13.59%29.89%
27.84%

Color #B89F81 in popluar number systems.

HEXB89F81
Decimal184159129
Binary101110001001111110000001
Octal270237201

Shades and tints

Shades of #B89F81

#B89F81
(184,159,129)
#A89176
(168,145,118)
#98836B
(152,131,107)
#887560
(136,117,96)
#786755
(120,103,85)
#68594A
(104,89,74)
#584B3F
(88,75,63)
#483D34
(72,61,52)
#382F29
(56,47,41)
#28211E
(40,33,30)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #B89F81

#B89F81
(184,159,129)
#BEA78C
(190,167,140)
#C4AF97
(196,175,151)
#CAB7A2
(202,183,162)
#D0BFAD
(208,191,173)
#D6C7B8
(214,199,184)
#DCCFC3
(220,207,195)
#E2D7CE
(226,215,206)
#E8DFD9
(232,223,217)
#EEE7E4
(238,231,228)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89F81 color. Also use rgb(184,159,129) instead hex code.

Text Font Color

.myTextColor { color: #B89F81; }

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

This text font color is #B89F81.


Background Color

.myBgColor { background-color: #B89F81; }

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

This div background color is #B89F81.


Border color

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

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

This div border color is #B89F81.


Opacity

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

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

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

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

This text has shadow with #B89F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89F81 on black background.


Color preview on white background

This text has color #B89F81 on white background.



Black color preview on #B89F81 background

This text has black color on #B89F81 background.


White color preview on #B89F81 background

This text has white color on #B89F81 background.