Shades of Hokey Pokey #B89136
Tints of Hokey Pokey #B89136
RGB
CMYK
RGB Variations
Color information
#B89136 (or 0xB89136) is known color: Hokey Pokey. HEX triplet: B8, 91 and 36. RGB value is (184,145,54). Sum of RGB (Red+Green+Blue) = 184+145+54=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B89136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89136 is #476EC9. Grayscale: #929292. Windows color (decimal): -4681418 or 3576248. OLE color: 3576248.
HSL color Cylindrical-coordinate representation of color #B89136: hue angle of 42º 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 #B89136 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 54 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.28 |
| HSL | 42º | 0.55% | 0.47% | - |
| HSV(B) | 42º | 0.71% | 0.72% | - |
| XYZ | 30.56 | 30.71 | 7.81 | - |
| YUV | 146.29 | 75.92 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 54 | 0 | 0.21 | 0.71 | 0.28 | 42 | 0.55 | 0.47 |
| Hex | B8 | 91 | 36 | 0 | 15 | 47 | 1C | 2A | 37 | 2F |
| Octal | 270 | 221 | 66 | 0 | 25 | 107 | 34 | 52 | 67 | 57 |
| Binary | 10111000 | 10010001 | 110110 | 0 | 10101 | 1000111 | 11100 | 101010 | 110111 | 101111 |
Color Harmonies of #B89136
Complementary color
Monochromatic Colors of #B89136
Black with #B89136
Text Example
Text Example
White with #B89136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89136; }
p { color: rgb(184,145,54); }
H1.HeaderClassName
{
color: #B89136;
}
.AnyTagClassName
{
color: #B89136;
}
</style>
background-color css
<style>
a { background-color: #B89136; }
a { background-color: rgb(184,145,54); }
div.DivClassName
{
background-color: #B89136;
}
.BgClassName
{
background-color: #B89136;
}
</style>
border-color css
<style>
span { border-color: #B89136; }
span { border-color: rgb(184,145,54); }
td.TdClassName
{
border-color: #B89136;
}
.TagClassName
{
border-color: #B89136;
}
</style>