Shades of Hokey Pokey #BD9639
Tints of Hokey Pokey #BD9639
RGB
CMYK
RGB Variations
Color information
#BD9639 (or 0xBD9639) is known color: Hokey Pokey. HEX triplet: BD, 96 and 39. RGB value is (189,150,57). Sum of RGB (Red+Green+Blue) = 189+150+57=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 57 (22.66% from 255 or 14.39% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9639 is #4269C6. Grayscale: #979797. Windows color (decimal): -4352455 or 3774141. OLE color: 3774141.
HSL color Cylindrical-coordinate representation of color #BD9639: hue angle of 42.27º 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 #BD9639 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 57 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.26 |
| HSL | 42.27º | 0.54% | 0.48% | - |
| HSV(B) | 42.27º | 0.7% | 0.74% | - |
| XYZ | 32.63 | 32.93 | 8.51 | - |
| YUV | 151.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 57 | 0 | 0.21 | 0.70 | 0.26 | 42.27 | 0.54 | 0.48 |
| Hex | BD | 96 | 39 | 0 | 15 | 46 | 1A | 2A | 36 | 30 |
| Octal | 275 | 226 | 71 | 0 | 25 | 106 | 32 | 52 | 66 | 60 |
| Binary | 10111101 | 10010110 | 111001 | 0 | 10101 | 1000110 | 11010 | 101010 | 110110 | 110000 |
Color Harmonies of #BD9639
Complementary color
Monochromatic Colors of #BD9639
Black with #BD9639
Text Example
Text Example
White with #BD9639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9639; }
p { color: rgb(189,150,57); }
H1.HeaderClassName
{
color: #BD9639;
}
.AnyTagClassName
{
color: #BD9639;
}
</style>
background-color css
<style>
a { background-color: #BD9639; }
a { background-color: rgb(189,150,57); }
div.DivClassName
{
background-color: #BD9639;
}
.BgClassName
{
background-color: #BD9639;
}
</style>
border-color css
<style>
span { border-color: #BD9639; }
span { border-color: rgb(189,150,57); }
td.TdClassName
{
border-color: #BD9639;
}
.TagClassName
{
border-color: #BD9639;
}
</style>