Shades of Hokey Pokey #BD9339
Tints of Hokey Pokey #BD9339
RGB
CMYK
RGB Variations
Color information
#BD9339 (or 0xBD9339) is known color: Hokey Pokey. HEX triplet: BD, 93 and 39. RGB value is (189,147,57). Sum of RGB (Red+Green+Blue) = 189+147+57=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9339 is #426CC6. Grayscale: #959595. Windows color (decimal): -4353223 or 3773373. OLE color: 3773373.
HSL color Cylindrical-coordinate representation of color #BD9339: hue angle of 40.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD9339 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 57 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.26 |
| HSL | 40.91º | 0.54% | 0.48% | - |
| HSV(B) | 40.91º | 0.7% | 0.74% | - |
| XYZ | 32.16 | 31.98 | 8.35 | - |
| YUV | 149.3 | 75.91 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 57 | 0 | 0.22 | 0.70 | 0.26 | 40.91 | 0.54 | 0.48 |
| Hex | BD | 93 | 39 | 0 | 16 | 46 | 1A | 29 | 36 | 30 |
| Octal | 275 | 223 | 71 | 0 | 26 | 106 | 32 | 51 | 66 | 60 |
| Binary | 10111101 | 10010011 | 111001 | 0 | 10110 | 1000110 | 11010 | 101001 | 110110 | 110000 |
Color Harmonies of #BD9339
Complementary color
Monochromatic Colors of #BD9339
Black with #BD9339
Text Example
Text Example
White with #BD9339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9339; }
p { color: rgb(189,147,57); }
H1.HeaderClassName
{
color: #BD9339;
}
.AnyTagClassName
{
color: #BD9339;
}
</style>
background-color css
<style>
a { background-color: #BD9339; }
a { background-color: rgb(189,147,57); }
div.DivClassName
{
background-color: #BD9339;
}
.BgClassName
{
background-color: #BD9339;
}
</style>
border-color css
<style>
span { border-color: #BD9339; }
span { border-color: rgb(189,147,57); }
td.TdClassName
{
border-color: #BD9339;
}
.TagClassName
{
border-color: #BD9339;
}
</style>