Shades of Hokey Pokey #B59132
Tints of Hokey Pokey #B59132
RGB
CMYK
RGB Variations
Color information
#B59132 (or 0xB59132) is known color: Hokey Pokey. HEX triplet: B5, 91 and 32. RGB value is (181,145,50). Sum of RGB (Red+Green+Blue) = 181+145+50=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B59132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59132 is #4A6ECD. Grayscale: #919191. Windows color (decimal): -4878030 or 3314101. OLE color: 3314101.
HSL color Cylindrical-coordinate representation of color #B59132: hue angle of 43.51º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B59132 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 145 | 50 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.29 |
| HSL | 43.51º | 0.57% | 0.45% | - |
| HSV(B) | 43.51º | 0.72% | 0.71% | - |
| XYZ | 29.76 | 30.3 | 7.3 | - |
| YUV | 144.93 | 74.43 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 50 | 0 | 0.20 | 0.72 | 0.29 | 43.51 | 0.57 | 0.45 |
| Hex | B5 | 91 | 32 | 0 | 14 | 48 | 1D | 2C | 39 | 2D |
| Octal | 265 | 221 | 62 | 0 | 24 | 110 | 35 | 54 | 71 | 55 |
| Binary | 10110101 | 10010001 | 110010 | 0 | 10100 | 1001000 | 11101 | 101100 | 111001 | 101101 |
Color Harmonies of #B59132
Complementary color
Monochromatic Colors of #B59132
Black with #B59132
Text Example
Text Example
White with #B59132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59132; }
p { color: rgb(181,145,50); }
H1.HeaderClassName
{
color: #B59132;
}
.AnyTagClassName
{
color: #B59132;
}
</style>
background-color css
<style>
a { background-color: #B59132; }
a { background-color: rgb(181,145,50); }
div.DivClassName
{
background-color: #B59132;
}
.BgClassName
{
background-color: #B59132;
}
</style>
border-color css
<style>
span { border-color: #B59132; }
span { border-color: rgb(181,145,50); }
td.TdClassName
{
border-color: #B59132;
}
.TagClassName
{
border-color: #B59132;
}
</style>