COLOR #B89962

HEX: #B89962
RGB: (184,153,98)

Color info

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

RGB color model

#B89962 color RGB value is (184,153,98).

  • red value is 184;
  • green value is 153;
  • blue value is 98.
RGB:
(184,153,98)
(72%,60%,38%)

RGB channels and saturation

R 184 of 255 = 72%
G 153 of 255 = 60%
B 98 of 255 = 38%

184
153
98

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

Portions of RGB colors in percentages

R + G + B =
184 + 153 + 98 = 435 (100%)
R 184 of 435 ~ 42.3%
G 153 of 435 ~ 35.17%
B 98 of 435 ~ 22.53%

%42.3
%35.17
%22.53

CMYK color model

#B89962 color CMYK value is (0,17,47,28).

  • cyan value is 0.00%
  • magenta value is 16.85%
  • yellow value is 46.74%
  • key color value is 27.84%
CMYK:
(0,17,47,28)
C0M17Y47K28 
(0%,17%,47%,28%)
(0.00/0.17/0.47/0.28)	

CMYK percentages

%0
%16.85
%46.74
%27.84

Codes

Color #B89962 in popluar color models

B89962
RGB18415398
HSL38°37.72%55.29%
HSB/HSV38°46.74%72.16%
CMYK0.00%16.85%46.74%
27.84%

Color #B89962 in popluar number systems.

HEXB89962
Decimal18415398
Binary10111000100110011100010
Octal270231142

Shades and tints

Shades of #B89962

#B89962
(184,153,98)
#A88C5A
(168,140,90)
#987F52
(152,127,82)
#88724A
(136,114,74)
#786542
(120,101,66)
#68583A
(104,88,58)
#584B32
(88,75,50)
#483E2A
(72,62,42)
#383122
(56,49,34)
#28241A
(40,36,26)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #B89962

#B89962
(184,153,98)
#BEA270
(190,162,112)
#C4AB7E
(196,171,126)
#CAB48C
(202,180,140)
#D0BD9A
(208,189,154)
#D6C6A8
(214,198,168)
#DCCFB6
(220,207,182)
#E2D8C4
(226,216,196)
#E8E1D2
(232,225,210)
#EEEAE0
(238,234,224)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89962 color. Also use rgb(184,153,98) instead hex code.

Text Font Color

.myTextColor { color: #B89962; }

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

This text font color is #B89962.


Background Color

.myBgColor { background-color: #B89962; }

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

This div background color is #B89962.


Border color

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

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

This div border color is #B89962.


Opacity

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

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

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

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

This text has shadow with #B89962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89962 on black background.


Color preview on white background

This text has color #B89962 on white background.



Black color preview on #B89962 background

This text has black color on #B89962 background.


White color preview on #B89962 background

This text has white color on #B89962 background.