Shades of Hokey Pokey #B89236
Tints of Hokey Pokey #B89236
RGB
CMYK
RGB Variations
Color information
#B89236 (or 0xB89236) is known color: Hokey Pokey. HEX triplet: B8, 92 and 36. RGB value is (184,146,54). Sum of RGB (Red+Green+Blue) = 184+146+54=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B89236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89236 is #476DC9. Grayscale: #939393. Windows color (decimal): -4681162 or 3576504. OLE color: 3576504.
HSL color Cylindrical-coordinate representation of color #B89236: hue angle of 42.46º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B89236 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 54 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.28 |
| HSL | 42.46º | 0.55% | 0.47% | - |
| HSV(B) | 42.46º | 0.71% | 0.72% | - |
| XYZ | 30.71 | 31.01 | 7.86 | - |
| YUV | 146.87 | 75.59 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 54 | 0 | 0.21 | 0.71 | 0.28 | 42.46 | 0.55 | 0.47 |
| Hex | B8 | 92 | 36 | 0 | 15 | 47 | 1C | 2A | 37 | 2F |
| Octal | 270 | 222 | 66 | 0 | 25 | 107 | 34 | 52 | 67 | 57 |
| Binary | 10111000 | 10010010 | 110110 | 0 | 10101 | 1000111 | 11100 | 101010 | 110111 | 101111 |
Color Harmonies of #B89236
Complementary color
Monochromatic Colors of #B89236
Black with #B89236
Text Example
Text Example
White with #B89236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89236; }
p { color: rgb(184,146,54); }
H1.HeaderClassName
{
color: #B89236;
}
.AnyTagClassName
{
color: #B89236;
}
</style>
background-color css
<style>
a { background-color: #B89236; }
a { background-color: rgb(184,146,54); }
div.DivClassName
{
background-color: #B89236;
}
.BgClassName
{
background-color: #B89236;
}
</style>
border-color css
<style>
span { border-color: #B89236; }
span { border-color: rgb(184,146,54); }
td.TdClassName
{
border-color: #B89236;
}
.TagClassName
{
border-color: #B89236;
}
</style>