COLOR #B88400

HEX: #B88400
RGB: (184,132,0)

Color info

#B88400 contains only red and green colors. Web safe color of #B88400 is #CC9900 (or #C90).

RGB color model

#B88400 color RGB value is (184,132,0).

  • red value is 184;
  • green value is 132;
  • blue value is 0.
RGB:
(184,132,0)
(72%,52%,0%)

RGB channels and saturation

R 184 of 255 = 72%
G 132 of 255 = 52%
B 0 of 255 = 0%

184
132
0

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

Portions of RGB colors in percentages

R + G + B =
184 + 132 + 0 = 316 (100%)
R 184 of 316 ~ 58.23%
G 132 of 316 ~ 41.77%
B 0 of 316 ~ 0%

%58.23
%41.77

CMYK color model

#B88400 color CMYK value is (0,28,100,28).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 100.00%
  • key color value is 27.84%
CMYK:
(0,28,100,28)
C0M28Y100K28 
(0%,28%,100%,28%)
(0.00/0.28/1.00/0.28)	

CMYK percentages

%0
%28.26
%100
%27.84

Codes

Color #B88400 in popluar color models

B88400
RGB1841320
HSL43°100.00%36.08%
HSB/HSV43°100.00%72.16%
CMYK0.00%28.26%100.00%
27.84%

Color #B88400 in popluar number systems.

HEXB88400
Decimal1841320
Binary10111000100001000
Octal2702040

Shades and tints

Shades of #B88400

#B88400
(184,132,0)
#A87800
(168,120,0)
#986C00
(152,108,0)
#886000
(136,96,0)
#785400
(120,84,0)
#684800
(104,72,0)
#583C00
(88,60,0)
#483000
(72,48,0)
#382400
(56,36,0)
#281800
(40,24,0)
#180C00
(24,12,0)
#000000
(0,0,0)

Tints of #B88400

#B88400
(184,132,0)
#BE8F17
(190,143,23)
#C49A2E
(196,154,46)
#CAA545
(202,165,69)
#D0B05C
(208,176,92)
#D6BB73
(214,187,115)
#DCC68A
(220,198,138)
#E2D1A1
(226,209,161)
#E8DCB8
(232,220,184)
#EEE7CF
(238,231,207)
#F4F2E6
(244,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88400 color. Also use rgb(184,132,0) instead hex code.

Text Font Color

.myTextColor { color: #B88400; }

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

This text font color is #B88400.


Background Color

.myBgColor { background-color: #B88400; }

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

This div background color is #B88400.


Border color

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

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

This div border color is #B88400.


Opacity

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

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

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

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

This text has shadow with #B88400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88400 on black background.


Color preview on white background

This text has color #B88400 on white background.



Black color preview on #B88400 background

This text has black color on #B88400 background.


White color preview on #B88400 background

This text has white color on #B88400 background.