Shades of Hokey Pokey #BD9239
Tints of Hokey Pokey #BD9239
RGB
CMYK
RGB Variations
Color information
#BD9239 (or 0xBD9239) is known color: Hokey Pokey. HEX triplet: BD, 92 and 39. RGB value is (189,146,57). Sum of RGB (Red+Green+Blue) = 189+146+57=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 57 (22.66% from 255 or 14.54% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9239 is #426DC6. Grayscale: #959595. Windows color (decimal): -4353479 or 3773117. OLE color: 3773117.
HSL color Cylindrical-coordinate representation of color #BD9239: hue angle of 40.45º 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 #BD9239 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 146 | 57 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.26 |
| HSL | 40.45º | 0.54% | 0.48% | - |
| HSV(B) | 40.45º | 0.7% | 0.74% | - |
| XYZ | 32 | 31.67 | 8.3 | - |
| YUV | 148.71 | 76.25 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 57 | 0 | 0.23 | 0.70 | 0.26 | 40.45 | 0.54 | 0.48 |
| Hex | BD | 92 | 39 | 0 | 17 | 46 | 1A | 28 | 36 | 30 |
| Octal | 275 | 222 | 71 | 0 | 27 | 106 | 32 | 50 | 66 | 60 |
| Binary | 10111101 | 10010010 | 111001 | 0 | 10111 | 1000110 | 11010 | 101000 | 110110 | 110000 |
Color Harmonies of #BD9239
Complementary color
Monochromatic Colors of #BD9239
Black with #BD9239
Text Example
Text Example
White with #BD9239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9239; }
p { color: rgb(189,146,57); }
H1.HeaderClassName
{
color: #BD9239;
}
.AnyTagClassName
{
color: #BD9239;
}
</style>
background-color css
<style>
a { background-color: #BD9239; }
a { background-color: rgb(189,146,57); }
div.DivClassName
{
background-color: #BD9239;
}
.BgClassName
{
background-color: #BD9239;
}
</style>
border-color css
<style>
span { border-color: #BD9239; }
span { border-color: rgb(189,146,57); }
td.TdClassName
{
border-color: #BD9239;
}
.TagClassName
{
border-color: #BD9239;
}
</style>