COLOR #BD8308

HEX: #BD8308
RGB: (189,131,8)

Color info

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

RGB color model

#BD8308 color RGB value is (189,131,8).

  • red value is 189;
  • green value is 131;
  • blue value is 8.
RGB:
(189,131,8)
(74%,51%,3%)

RGB channels and saturation

R 189 of 255 = 74%
G 131 of 255 = 51%
B 8 of 255 = 3%

189
131
8

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

Portions of RGB colors in percentages

R + G + B =
189 + 131 + 8 = 328 (100%)
R 189 of 328 ~ 57.62%
G 131 of 328 ~ 39.94%
B 8 of 328 ~ 2.44%

%57.62
%39.94

CMYK color model

#BD8308 color CMYK value is (0,31,96,26).

  • cyan value is 0.00%
  • magenta value is 30.69%
  • yellow value is 95.77%
  • key color value is 25.88%
CMYK:
(0,31,96,26)
C0M31Y96K26 
(0%,31%,96%,26%)
(0.00/0.31/0.96/0.26)	

CMYK percentages

%0
%30.69
%95.77
%25.88

Codes

Color #BD8308 in popluar color models

BD8308
RGB1891318
HSL41°91.88%38.63%
HSB/HSV41°95.77%74.12%
CMYK0.00%30.69%95.77%
25.88%

Color #BD8308 in popluar number systems.

HEXBD8308
Decimal1891318
Binary10111101100000111000
Octal27520310

Shades and tints

Shades of #BD8308

#BD8308
(189,131,8)
#AC7808
(172,120,8)
#9B6D08
(155,109,8)
#8A6208
(138,98,8)
#795708
(121,87,8)
#684C08
(104,76,8)
#574108
(87,65,8)
#463608
(70,54,8)
#352B08
(53,43,8)
#242008
(36,32,8)
#131508
(19,21,8)
#000000
(0,0,0)

Tints of #BD8308

#BD8308
(189,131,8)
#C38E1E
(195,142,30)
#C99934
(201,153,52)
#CFA44A
(207,164,74)
#D5AF60
(213,175,96)
#DBBA76
(219,186,118)
#E1C58C
(225,197,140)
#E7D0A2
(231,208,162)
#EDDBB8
(237,219,184)
#F3E6CE
(243,230,206)
#F9F1E4
(249,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8308 color. Also use rgb(189,131,8) instead hex code.

Text Font Color

.myTextColor { color: #BD8308; }

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

This text font color is #BD8308.


Background Color

.myBgColor { background-color: #BD8308; }

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

This div background color is #BD8308.


Border color

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

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

This div border color is #BD8308.


Opacity

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

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

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

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

This text has shadow with #BD8308 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8308 on black background.


Color preview on white background

This text has color #BD8308 on white background.



Black color preview on #BD8308 background

This text has black color on #BD8308 background.


White color preview on #BD8308 background

This text has white color on #BD8308 background.