Shades of Hokey Pokey #BD8E30
Tints of Hokey Pokey #BD8E30
RGB
CMYK
RGB Variations
Color information
#BD8E30 (or 0xBD8E30) is known color: Hokey Pokey. HEX triplet: BD, 8E and 30. RGB value is (189,142,48). Sum of RGB (Red+Green+Blue) = 189+142+48=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8E30 is #4271CF. Grayscale: #919191. Windows color (decimal): -4354512 or 3182269. OLE color: 3182269.
HSL color Cylindrical-coordinate representation of color #BD8E30: hue angle of 40º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD8E30 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 142 | 48 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.26 |
| HSL | 40º | 0.59% | 0.46% | - |
| HSV(B) | 40º | 0.75% | 0.74% | - |
| XYZ | 31.19 | 30.38 | 7.02 | - |
| YUV | 145.34 | 73.07 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 48 | 0 | 0.25 | 0.75 | 0.26 | 40 | 0.59 | 0.46 |
| Hex | BD | 8E | 30 | 0 | 19 | 4B | 1A | 28 | 3B | 2E |
| Octal | 275 | 216 | 60 | 0 | 31 | 113 | 32 | 50 | 73 | 56 |
| Binary | 10111101 | 10001110 | 110000 | 0 | 11001 | 1001011 | 11010 | 101000 | 111011 | 101110 |
Color Harmonies of #BD8E30
Complementary color
Monochromatic Colors of #BD8E30
Black with #BD8E30
Text Example
Text Example
White with #BD8E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8E30; }
p { color: rgb(189,142,48); }
H1.HeaderClassName
{
color: #BD8E30;
}
.AnyTagClassName
{
color: #BD8E30;
}
</style>
background-color css
<style>
a { background-color: #BD8E30; }
a { background-color: rgb(189,142,48); }
div.DivClassName
{
background-color: #BD8E30;
}
.BgClassName
{
background-color: #BD8E30;
}
</style>
border-color css
<style>
span { border-color: #BD8E30; }
span { border-color: rgb(189,142,48); }
td.TdClassName
{
border-color: #BD8E30;
}
.TagClassName
{
border-color: #BD8E30;
}
</style>