COLOR #B88962

HEX: #B88962
RGB: (184,137,98)

Color info

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

RGB color model

#B88962 color RGB value is (184,137,98).

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

RGB channels and saturation

R 184 of 255 = 72%
G 137 of 255 = 54%
B 98 of 255 = 38%

184
137
98

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

Portions of RGB colors in percentages

R + G + B =
184 + 137 + 98 = 419 (100%)
R 184 of 419 ~ 43.91%
G 137 of 419 ~ 32.7%
B 98 of 419 ~ 23.39%

%43.91
%32.7
%23.39

CMYK color model

#B88962 color CMYK value is (0,26,47,28).

  • cyan value is 0.00%
  • magenta value is 25.54%
  • yellow value is 46.74%
  • key color value is 27.84%
CMYK:
(0,26,47,28)
C0M26Y47K28 
(0%,26%,47%,28%)
(0.00/0.26/0.47/0.28)	

CMYK percentages

%0
%25.54
%46.74
%27.84

Codes

Color #B88962 in popluar color models

B88962
RGB18413798
HSL27°37.72%55.29%
HSB/HSV27°46.74%72.16%
CMYK0.00%25.54%46.74%
27.84%

Color #B88962 in popluar number systems.

HEXB88962
Decimal18413798
Binary10111000100010011100010
Octal270211142

Shades and tints

Shades of #B88962

#B88962
(184,137,98)
#A87D5A
(168,125,90)
#987152
(152,113,82)
#88654A
(136,101,74)
#785942
(120,89,66)
#684D3A
(104,77,58)
#584132
(88,65,50)
#48352A
(72,53,42)
#382922
(56,41,34)
#281D1A
(40,29,26)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #B88962

#B88962
(184,137,98)
#BE9370
(190,147,112)
#C49D7E
(196,157,126)
#CAA78C
(202,167,140)
#D0B19A
(208,177,154)
#D6BBA8
(214,187,168)
#DCC5B6
(220,197,182)
#E2CFC4
(226,207,196)
#E8D9D2
(232,217,210)
#EEE3E0
(238,227,224)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88962; }

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

This text font color is #B88962.


Background Color

.myBgColor { background-color: #B88962; }

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

This div background color is #B88962.


Border color

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

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

This div border color is #B88962.


Opacity

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

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

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

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

This text has shadow with #B88962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88962 on black background.


Color preview on white background

This text has color #B88962 on white background.



Black color preview on #B88962 background

This text has black color on #B88962 background.


White color preview on #B88962 background

This text has white color on #B88962 background.