COLOR #B89059

HEX: #B89059
RGB: (184,144,89)

Color info

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

RGB color model

#B89059 color RGB value is (184,144,89).

  • red value is 184;
  • green value is 144;
  • blue value is 89.
RGB:
(184,144,89)
(72%,56%,35%)

RGB channels and saturation

R 184 of 255 = 72%
G 144 of 255 = 56%
B 89 of 255 = 35%

184
144
89

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

Portions of RGB colors in percentages

R + G + B =
184 + 144 + 89 = 417 (100%)
R 184 of 417 ~ 44.12%
G 144 of 417 ~ 34.53%
B 89 of 417 ~ 21.34%

%44.12
%34.53
%21.34

CMYK color model

#B89059 color CMYK value is (0,22,52,28).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 51.63%
  • key color value is 27.84%
CMYK:
(0,22,52,28)
C0M22Y52K28 
(0%,22%,52%,28%)
(0.00/0.22/0.52/0.28)	

CMYK percentages

%0
%21.74
%51.63
%27.84

Codes

Color #B89059 in popluar color models

B89059
RGB18414489
HSL35°40.08%53.53%
HSB/HSV35°51.63%72.16%
CMYK0.00%21.74%51.63%
27.84%

Color #B89059 in popluar number systems.

HEXB89059
Decimal18414489
Binary10111000100100001011001
Octal270220131

Shades and tints

Shades of #B89059

#B89059
(184,144,89)
#A88351
(168,131,81)
#987649
(152,118,73)
#886941
(136,105,65)
#785C39
(120,92,57)
#684F31
(104,79,49)
#584229
(88,66,41)
#483521
(72,53,33)
#382819
(56,40,25)
#281B11
(40,27,17)
#180E09
(24,14,9)
#000000
(0,0,0)

Tints of #B89059

#B89059
(184,144,89)
#BE9A68
(190,154,104)
#C4A477
(196,164,119)
#CAAE86
(202,174,134)
#D0B895
(208,184,149)
#D6C2A4
(214,194,164)
#DCCCB3
(220,204,179)
#E2D6C2
(226,214,194)
#E8E0D1
(232,224,209)
#EEEAE0
(238,234,224)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89059 color. Also use rgb(184,144,89) instead hex code.

Text Font Color

.myTextColor { color: #B89059; }

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

This text font color is #B89059.


Background Color

.myBgColor { background-color: #B89059; }

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

This div background color is #B89059.


Border color

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

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

This div border color is #B89059.


Opacity

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

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

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

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

This text has shadow with #B89059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89059 on black background.


Color preview on white background

This text has color #B89059 on white background.



Black color preview on #B89059 background

This text has black color on #B89059 background.


White color preview on #B89059 background

This text has white color on #B89059 background.