COLOR #B88D62

HEX: #B88D62
RGB: (184,141,98)

Color info

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

RGB color model

#B88D62 color RGB value is (184,141,98).

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

RGB channels and saturation

R 184 of 255 = 72%
G 141 of 255 = 55%
B 98 of 255 = 38%

184
141
98

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

Portions of RGB colors in percentages

R + G + B =
184 + 141 + 98 = 423 (100%)
R 184 of 423 ~ 43.5%
G 141 of 423 ~ 33.33%
B 98 of 423 ~ 23.17%

%43.5
%33.33
%23.17

CMYK color model

#B88D62 color CMYK value is (0,23,47,28).

  • cyan value is 0.00%
  • magenta value is 23.37%
  • yellow value is 46.74%
  • key color value is 27.84%
CMYK:
(0,23,47,28)
C0M23Y47K28 
(0%,23%,47%,28%)
(0.00/0.23/0.47/0.28)	

CMYK percentages

%0
%23.37
%46.74
%27.84

Codes

Color #B88D62 in popluar color models

B88D62
RGB18414198
HSL30°37.72%55.29%
HSB/HSV30°46.74%72.16%
CMYK0.00%23.37%46.74%
27.84%

Color #B88D62 in popluar number systems.

HEXB88D62
Decimal18414198
Binary10111000100011011100010
Octal270215142

Shades and tints

Shades of #B88D62

#B88D62
(184,141,98)
#A8815A
(168,129,90)
#987552
(152,117,82)
#88694A
(136,105,74)
#785D42
(120,93,66)
#68513A
(104,81,58)
#584532
(88,69,50)
#48392A
(72,57,42)
#382D22
(56,45,34)
#28211A
(40,33,26)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #B88D62

#B88D62
(184,141,98)
#BE9770
(190,151,112)
#C4A17E
(196,161,126)
#CAAB8C
(202,171,140)
#D0B59A
(208,181,154)
#D6BFA8
(214,191,168)
#DCC9B6
(220,201,182)
#E2D3C4
(226,211,196)
#E8DDD2
(232,221,210)
#EEE7E0
(238,231,224)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B88D62; }

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

This text font color is #B88D62.


Background Color

.myBgColor { background-color: #B88D62; }

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

This div background color is #B88D62.


Border color

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

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

This div border color is #B88D62.


Opacity

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

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

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

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

This text has shadow with #B88D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88D62 on black background.


Color preview on white background

This text has color #B88D62 on white background.



Black color preview on #B88D62 background

This text has black color on #B88D62 background.


White color preview on #B88D62 background

This text has white color on #B88D62 background.