Shades of Hokey Pokey #B99237
Tints of Hokey Pokey #B99237
RGB
CMYK
RGB Variations
Color information
#B99237 (or 0xB99237) is known color: Hokey Pokey. HEX triplet: B9, 92 and 37. RGB value is (185,146,55). Sum of RGB (Red+Green+Blue) = 185+146+55=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 55 (21.88% from 255 or 14.25% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B99237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99237 is #466DC8. Grayscale: #939393. Windows color (decimal): -4615625 or 3642041. OLE color: 3642041.
HSL color Cylindrical-coordinate representation of color #B99237: hue angle of 42º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B99237 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 146 | 55 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.27 |
| HSL | 42º | 0.54% | 0.47% | - |
| HSV(B) | 42º | 0.7% | 0.73% | - |
| XYZ | 30.98 | 31.15 | 7.99 | - |
| YUV | 147.29 | 75.92 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 55 | 0 | 0.21 | 0.70 | 0.27 | 42 | 0.54 | 0.47 |
| Hex | B9 | 92 | 37 | 0 | 15 | 46 | 1B | 2A | 36 | 2F |
| Octal | 271 | 222 | 67 | 0 | 25 | 106 | 33 | 52 | 66 | 57 |
| Binary | 10111001 | 10010010 | 110111 | 0 | 10101 | 1000110 | 11011 | 101010 | 110110 | 101111 |
Color Harmonies of #B99237
Complementary color
Monochromatic Colors of #B99237
Black with #B99237
Text Example
Text Example
White with #B99237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99237; }
p { color: rgb(185,146,55); }
H1.HeaderClassName
{
color: #B99237;
}
.AnyTagClassName
{
color: #B99237;
}
</style>
background-color css
<style>
a { background-color: #B99237; }
a { background-color: rgb(185,146,55); }
div.DivClassName
{
background-color: #B99237;
}
.BgClassName
{
background-color: #B99237;
}
</style>
border-color css
<style>
span { border-color: #B99237; }
span { border-color: rgb(185,146,55); }
td.TdClassName
{
border-color: #B99237;
}
.TagClassName
{
border-color: #B99237;
}
</style>