Shades of Hokey Pokey #BD9934
Tints of Hokey Pokey #BD9934
RGB
CMYK
RGB Variations
Color information
#BD9934 (or 0xBD9934) is known color: Hokey Pokey. HEX triplet: BD, 99 and 34. RGB value is (189,153,52). Sum of RGB (Red+Green+Blue) = 189+153+52=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9934 is #4266CB. Grayscale: #989898. Windows color (decimal): -4351692 or 3447229. OLE color: 3447229.
HSL color Cylindrical-coordinate representation of color #BD9934: hue angle of 44.23º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD9934 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 52 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.26 |
| HSL | 44.23º | 0.57% | 0.47% | - |
| HSV(B) | 44.23º | 0.72% | 0.74% | - |
| XYZ | 33 | 33.85 | 8.04 | - |
| YUV | 152.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 52 | 0 | 0.19 | 0.72 | 0.26 | 44.23 | 0.57 | 0.47 |
| Hex | BD | 99 | 34 | 0 | 13 | 48 | 1A | 2C | 39 | 2F |
| Octal | 275 | 231 | 64 | 0 | 23 | 110 | 32 | 54 | 71 | 57 |
| Binary | 10111101 | 10011001 | 110100 | 0 | 10011 | 1001000 | 11010 | 101100 | 111001 | 101111 |
Color Harmonies of #BD9934
Complementary color
Monochromatic Colors of #BD9934
Black with #BD9934
Text Example
Text Example
White with #BD9934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9934; }
p { color: rgb(189,153,52); }
H1.HeaderClassName
{
color: #BD9934;
}
.AnyTagClassName
{
color: #BD9934;
}
</style>
background-color css
<style>
a { background-color: #BD9934; }
a { background-color: rgb(189,153,52); }
div.DivClassName
{
background-color: #BD9934;
}
.BgClassName
{
background-color: #BD9934;
}
</style>
border-color css
<style>
span { border-color: #BD9934; }
span { border-color: rgb(189,153,52); }
td.TdClassName
{
border-color: #BD9934;
}
.TagClassName
{
border-color: #BD9934;
}
</style>