COLOR #B89462

HEX: #B89462
RGB: (184,148,98)

Color info

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

RGB color model

#B89462 color RGB value is (184,148,98).

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

RGB channels and saturation

R 184 of 255 = 72%
G 148 of 255 = 58%
B 98 of 255 = 38%

184
148
98

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

Portions of RGB colors in percentages

R + G + B =
184 + 148 + 98 = 430 (100%)
R 184 of 430 ~ 42.79%
G 148 of 430 ~ 34.42%
B 98 of 430 ~ 22.79%

%42.79
%34.42
%22.79

CMYK color model

#B89462 color CMYK value is (0,20,47,28).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 46.74%
  • key color value is 27.84%
CMYK:
(0,20,47,28)
C0M20Y47K28 
(0%,20%,47%,28%)
(0.00/0.20/0.47/0.28)	

CMYK percentages

%0
%19.57
%46.74
%27.84

Codes

Color #B89462 in popluar color models

B89462
RGB18414898
HSL35°37.72%55.29%
HSB/HSV35°46.74%72.16%
CMYK0.00%19.57%46.74%
27.84%

Color #B89462 in popluar number systems.

HEXB89462
Decimal18414898
Binary10111000100101001100010
Octal270224142

Shades and tints

Shades of #B89462

#B89462
(184,148,98)
#A8875A
(168,135,90)
#987A52
(152,122,82)
#886D4A
(136,109,74)
#786042
(120,96,66)
#68533A
(104,83,58)
#584632
(88,70,50)
#48392A
(72,57,42)
#382C22
(56,44,34)
#281F1A
(40,31,26)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #B89462

#B89462
(184,148,98)
#BE9D70
(190,157,112)
#C4A67E
(196,166,126)
#CAAF8C
(202,175,140)
#D0B89A
(208,184,154)
#D6C1A8
(214,193,168)
#DCCAB6
(220,202,182)
#E2D3C4
(226,211,196)
#E8DCD2
(232,220,210)
#EEE5E0
(238,229,224)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B89462; }

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

This text font color is #B89462.


Background Color

.myBgColor { background-color: #B89462; }

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

This div background color is #B89462.


Border color

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

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

This div border color is #B89462.


Opacity

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

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

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

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

This text has shadow with #B89462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B89462 on black background.


Color preview on white background

This text has color #B89462 on white background.



Black color preview on #B89462 background

This text has black color on #B89462 background.


White color preview on #B89462 background

This text has white color on #B89462 background.