Shades of Hokey Pokey #B89336
Tints of Hokey Pokey #B89336
RGB
CMYK
RGB Variations
Color information
#B89336 (or 0xB89336) is known color: Hokey Pokey. HEX triplet: B8, 93 and 36. RGB value is (184,147,54). Sum of RGB (Red+Green+Blue) = 184+147+54=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B89336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89336 is #476CC9. Grayscale: #939393. Windows color (decimal): -4680906 or 3576760. OLE color: 3576760.
HSL color Cylindrical-coordinate representation of color #B89336: hue angle of 42.92º 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 #B89336 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 54 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.28 |
| HSL | 42.92º | 0.55% | 0.47% | - |
| HSV(B) | 42.92º | 0.71% | 0.72% | - |
| XYZ | 30.87 | 31.32 | 7.91 | - |
| YUV | 147.46 | 75.26 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 54 | 0 | 0.20 | 0.71 | 0.28 | 42.92 | 0.55 | 0.47 |
| Hex | B8 | 93 | 36 | 0 | 14 | 47 | 1C | 2B | 37 | 2F |
| Octal | 270 | 223 | 66 | 0 | 24 | 107 | 34 | 53 | 67 | 57 |
| Binary | 10111000 | 10010011 | 110110 | 0 | 10100 | 1000111 | 11100 | 101011 | 110111 | 101111 |
Color Harmonies of #B89336
Complementary color
Monochromatic Colors of #B89336
Black with #B89336
Text Example
Text Example
White with #B89336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89336; }
p { color: rgb(184,147,54); }
H1.HeaderClassName
{
color: #B89336;
}
.AnyTagClassName
{
color: #B89336;
}
</style>
background-color css
<style>
a { background-color: #B89336; }
a { background-color: rgb(184,147,54); }
div.DivClassName
{
background-color: #B89336;
}
.BgClassName
{
background-color: #B89336;
}
</style>
border-color css
<style>
span { border-color: #B89336; }
span { border-color: rgb(184,147,54); }
td.TdClassName
{
border-color: #B89336;
}
.TagClassName
{
border-color: #B89336;
}
</style>