COLOR #B8860B

HEX: #B8860B
RGB: (184,134,11)

Color info

Color name is DarkGoldenrod. #B8860B contains mainly red and green colors. Web safe color of #B8860B is #CC9900 (or #C90).

RGB color model

#B8860B color RGB value is (184,134,11).

  • red value is 184;
  • green value is 134;
  • blue value is 11.
RGB:
(184,134,11)
(72%,53%,4%)

RGB channels and saturation

R 184 of 255 = 72%
G 134 of 255 = 53%
B 11 of 255 = 4%

184
134
11

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

Portions of RGB colors in percentages

R + G + B =
184 + 134 + 11 = 329 (100%)
R 184 of 329 ~ 55.93%
G 134 of 329 ~ 40.73%
B 11 of 329 ~ 3.34%

%55.93
%40.73

CMYK color model

#B8860B color CMYK value is (0,27,94,28).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 94.02%
  • key color value is 27.84%
CMYK:
(0,27,94,28)
C0M27Y94K28 
(0%,27%,94%,28%)
(0.00/0.27/0.94/0.28)	

CMYK percentages

%0
%27.17
%94.02
%27.84

Codes

Color #B8860B in popluar color models

B8860B
RGB18413411
HSL43°88.72%38.24%
HSB/HSV43°94.02%72.16%
CMYK0.00%27.17%94.02%
27.84%

Color #B8860B in popluar number systems.

HEXB8860B
Decimal18413411
Binary10111000100001101011
Octal27020613

Shades and tints

Shades of #B8860B

#B8860B
(184,134,11)
#A87A0A
(168,122,10)
#986E09
(152,110,9)
#886208
(136,98,8)
#785607
(120,86,7)
#684A06
(104,74,6)
#583E05
(88,62,5)
#483204
(72,50,4)
#382603
(56,38,3)
#281A02
(40,26,2)
#180E01
(24,14,1)
#000000
(0,0,0)

Tints of #B8860B

#B8860B
(184,134,11)
#BE9121
(190,145,33)
#C49C37
(196,156,55)
#CAA74D
(202,167,77)
#D0B263
(208,178,99)
#D6BD79
(214,189,121)
#DCC88F
(220,200,143)
#E2D3A5
(226,211,165)
#E8DEBB
(232,222,187)
#EEE9D1
(238,233,209)
#F4F4E7
(244,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8860B color. Also use rgb(184,134,11) instead hex code.

Text Font Color

.myTextColor { color: #B8860B; }

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

This text font color is #B8860B.


Background Color

.myBgColor { background-color: #B8860B; }

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

This div background color is #B8860B.


Border color

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

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

This div border color is #B8860B.


Opacity

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

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

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

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

This text has shadow with #B8860B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8860B on black background.


Color preview on white background

This text has color #B8860B on white background.



Black color preview on #B8860B background

This text has black color on #B8860B background.


White color preview on #B8860B background

This text has white color on #B8860B background.