COLOR #B89271

HEX: #B89271
RGB: (184,146,113)

Color info

#B89271 contains mainly red and green colors. Web safe color of #B89271 is #CC9966 (or #C96).

RGB color model

#B89271 color RGB value is (184,146,113).

  • red value is 184;
  • green value is 146;
  • blue value is 113.
RGB:
(184,146,113)
(72%,57%,44%)

RGB channels and saturation

R 184 of 255 = 72%
G 146 of 255 = 57%
B 113 of 255 = 44%

184
146
113

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

Portions of RGB colors in percentages

R + G + B =
184 + 146 + 113 = 443 (100%)
R 184 of 443 ~ 41.53%
G 146 of 443 ~ 32.96%
B 113 of 443 ~ 25.51%

%41.53
%32.96
%25.51

CMYK color model

#B89271 color CMYK value is (0,21,39,28).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 38.59%
  • key color value is 27.84%
CMYK:
(0,21,39,28)
C0M21Y39K28 
(0%,21%,39%,28%)
(0.00/0.21/0.39/0.28)	

CMYK percentages

%0
%20.65
%38.59
%27.84

Codes

Color #B89271 in popluar color models

B89271
RGB184146113
HSL28°33.33%58.24%
HSB/HSV28°38.59%72.16%
CMYK0.00%20.65%38.59%
27.84%

Color #B89271 in popluar number systems.

HEXB89271
Decimal184146113
Binary10111000100100101110001
Octal270222161

Shades and tints

Shades of #B89271

#B89271
(184,146,113)
#A88567
(168,133,103)
#98785D
(152,120,93)
#886B53
(136,107,83)
#785E49
(120,94,73)
#68513F
(104,81,63)
#584435
(88,68,53)
#48372B
(72,55,43)
#382A21
(56,42,33)
#281D17
(40,29,23)
#18100D
(24,16,13)
#000000
(0,0,0)

Tints of #B89271

#B89271
(184,146,113)
#BE9B7D
(190,155,125)
#C4A489
(196,164,137)
#CAAD95
(202,173,149)
#D0B6A1
(208,182,161)
#D6BFAD
(214,191,173)
#DCC8B9
(220,200,185)
#E2D1C5
(226,209,197)
#E8DAD1
(232,218,209)
#EEE3DD
(238,227,221)
#F4ECE9
(244,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89271 color. Also use rgb(184,146,113) instead hex code.

Text Font Color

.myTextColor { color: #B89271; }

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

This text font color is #B89271.


Background Color

.myBgColor { background-color: #B89271; }

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

This div background color is #B89271.


Border color

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

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

This div border color is #B89271.


Opacity

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

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

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

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

This text has shadow with #B89271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89271 on black background.


Color preview on white background

This text has color #B89271 on white background.



Black color preview on #B89271 background

This text has black color on #B89271 background.


White color preview on #B89271 background

This text has white color on #B89271 background.