Shades of Hokey Pokey #B59136
Tints of Hokey Pokey #B59136
RGB
CMYK
RGB Variations
Color information
#B59136 (or 0xB59136) is known color: Hokey Pokey. HEX triplet: B5, 91 and 36. RGB value is (181,145,54). Sum of RGB (Red+Green+Blue) = 181+145+54=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B59136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59136 is #4A6EC9. Grayscale: #919191. Windows color (decimal): -4878026 or 3576245. OLE color: 3576245.
HSL color Cylindrical-coordinate representation of color #B59136: hue angle of 42.99º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B59136 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 145 | 54 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.29 |
| HSL | 42.99º | 0.54% | 0.46% | - |
| HSV(B) | 42.99º | 0.7% | 0.71% | - |
| XYZ | 29.85 | 30.34 | 7.77 | - |
| YUV | 145.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 54 | 0 | 0.20 | 0.70 | 0.29 | 42.99 | 0.54 | 0.46 |
| Hex | B5 | 91 | 36 | 0 | 14 | 46 | 1D | 2B | 36 | 2E |
| Octal | 265 | 221 | 66 | 0 | 24 | 106 | 35 | 53 | 66 | 56 |
| Binary | 10110101 | 10010001 | 110110 | 0 | 10100 | 1000110 | 11101 | 101011 | 110110 | 101110 |
Color Harmonies of #B59136
Complementary color
Monochromatic Colors of #B59136
Black with #B59136
Text Example
Text Example
White with #B59136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59136; }
p { color: rgb(181,145,54); }
H1.HeaderClassName
{
color: #B59136;
}
.AnyTagClassName
{
color: #B59136;
}
</style>
background-color css
<style>
a { background-color: #B59136; }
a { background-color: rgb(181,145,54); }
div.DivClassName
{
background-color: #B59136;
}
.BgClassName
{
background-color: #B59136;
}
</style>
border-color css
<style>
span { border-color: #B59136; }
span { border-color: rgb(181,145,54); }
td.TdClassName
{
border-color: #B59136;
}
.TagClassName
{
border-color: #B59136;
}
</style>