Shades of Hokey Pokey #BD8F31
Tints of Hokey Pokey #BD8F31
RGB
CMYK
RGB Variations
Color information
#BD8F31 (or 0xBD8F31) is known color: Hokey Pokey. HEX triplet: BD, 8F and 31. RGB value is (189,143,49). Sum of RGB (Red+Green+Blue) = 189+143+49=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F31 is #4270CE. Grayscale: #929292. Windows color (decimal): -4354255 or 3248061. OLE color: 3248061.
HSL color Cylindrical-coordinate representation of color #BD8F31: hue angle of 40.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD8F31 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 49 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.26 |
| HSL | 40.29º | 0.59% | 0.47% | - |
| HSV(B) | 40.29º | 0.74% | 0.74% | - |
| XYZ | 31.36 | 30.69 | 7.18 | - |
| YUV | 146.04 | 73.24 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 49 | 0 | 0.24 | 0.74 | 0.26 | 40.29 | 0.59 | 0.47 |
| Hex | BD | 8F | 31 | 0 | 18 | 4A | 1A | 28 | 3B | 2F |
| Octal | 275 | 217 | 61 | 0 | 30 | 112 | 32 | 50 | 73 | 57 |
| Binary | 10111101 | 10001111 | 110001 | 0 | 11000 | 1001010 | 11010 | 101000 | 111011 | 101111 |
Color Harmonies of #BD8F31
Complementary color
Monochromatic Colors of #BD8F31
Black with #BD8F31
Text Example
Text Example
White with #BD8F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F31; }
p { color: rgb(189,143,49); }
H1.HeaderClassName
{
color: #BD8F31;
}
.AnyTagClassName
{
color: #BD8F31;
}
</style>
background-color css
<style>
a { background-color: #BD8F31; }
a { background-color: rgb(189,143,49); }
div.DivClassName
{
background-color: #BD8F31;
}
.BgClassName
{
background-color: #BD8F31;
}
</style>
border-color css
<style>
span { border-color: #BD8F31; }
span { border-color: rgb(189,143,49); }
td.TdClassName
{
border-color: #BD8F31;
}
.TagClassName
{
border-color: #BD8F31;
}
</style>