Shades of Hokey Pokey #B89237
Tints of Hokey Pokey #B89237
RGB
CMYK
RGB Variations
Color information
#B89237 (or 0xB89237) is known color: Hokey Pokey. HEX triplet: B8, 92 and 37. RGB value is (184,146,55). Sum of RGB (Red+Green+Blue) = 184+146+55=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B89237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89237 is #476DC8. Grayscale: #939393. Windows color (decimal): -4681161 or 3642040. OLE color: 3642040.
HSL color Cylindrical-coordinate representation of color #B89237: hue angle of 42.33º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B89237 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 55 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.28 |
| HSL | 42.33º | 0.54% | 0.47% | - |
| HSV(B) | 42.33º | 0.7% | 0.72% | - |
| XYZ | 30.74 | 31.02 | 7.98 | - |
| YUV | 146.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 55 | 0 | 0.21 | 0.70 | 0.28 | 42.33 | 0.54 | 0.47 |
| Hex | B8 | 92 | 37 | 0 | 15 | 46 | 1C | 2A | 36 | 2F |
| Octal | 270 | 222 | 67 | 0 | 25 | 106 | 34 | 52 | 66 | 57 |
| Binary | 10111000 | 10010010 | 110111 | 0 | 10101 | 1000110 | 11100 | 101010 | 110110 | 101111 |
Color Harmonies of #B89237
Complementary color
Monochromatic Colors of #B89237
Black with #B89237
Text Example
Text Example
White with #B89237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89237; }
p { color: rgb(184,146,55); }
H1.HeaderClassName
{
color: #B89237;
}
.AnyTagClassName
{
color: #B89237;
}
</style>
background-color css
<style>
a { background-color: #B89237; }
a { background-color: rgb(184,146,55); }
div.DivClassName
{
background-color: #B89237;
}
.BgClassName
{
background-color: #B89237;
}
</style>
border-color css
<style>
span { border-color: #B89237; }
span { border-color: rgb(184,146,55); }
td.TdClassName
{
border-color: #B89237;
}
.TagClassName
{
border-color: #B89237;
}
</style>