Shades of Hokey Pokey #BD8D33
Tints of Hokey Pokey #BD8D33
RGB
CMYK
RGB Variations
Color information
#BD8D33 (or 0xBD8D33) is known color: Hokey Pokey. HEX triplet: BD, 8D and 33. RGB value is (189,141,51). Sum of RGB (Red+Green+Blue) = 189+141+51=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8D33 is #4272CC. Grayscale: #919191. Windows color (decimal): -4354765 or 3378621. OLE color: 3378621.
HSL color Cylindrical-coordinate representation of color #BD8D33: hue angle of 39.13º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD8D33 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 141 | 51 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.26 |
| HSL | 39.13º | 0.58% | 0.47% | - |
| HSV(B) | 39.13º | 0.73% | 0.74% | - |
| XYZ | 31.11 | 30.11 | 7.3 | - |
| YUV | 145.09 | 74.9 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 51 | 0 | 0.25 | 0.73 | 0.26 | 39.13 | 0.58 | 0.47 |
| Hex | BD | 8D | 33 | 0 | 19 | 49 | 1A | 27 | 3A | 2F |
| Octal | 275 | 215 | 63 | 0 | 31 | 111 | 32 | 47 | 72 | 57 |
| Binary | 10111101 | 10001101 | 110011 | 0 | 11001 | 1001001 | 11010 | 100111 | 111010 | 101111 |
Color Harmonies of #BD8D33
Complementary color
Monochromatic Colors of #BD8D33
Black with #BD8D33
Text Example
Text Example
White with #BD8D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8D33; }
p { color: rgb(189,141,51); }
H1.HeaderClassName
{
color: #BD8D33;
}
.AnyTagClassName
{
color: #BD8D33;
}
</style>
background-color css
<style>
a { background-color: #BD8D33; }
a { background-color: rgb(189,141,51); }
div.DivClassName
{
background-color: #BD8D33;
}
.BgClassName
{
background-color: #BD8D33;
}
</style>
border-color css
<style>
span { border-color: #BD8D33; }
span { border-color: rgb(189,141,51); }
td.TdClassName
{
border-color: #BD8D33;
}
.TagClassName
{
border-color: #BD8D33;
}
</style>