Shades of Hokey Pokey #B59031
Tints of Hokey Pokey #B59031
RGB
CMYK
RGB Variations
Color information
#B59031 (or 0xB59031) is known color: Hokey Pokey. HEX triplet: B5, 90 and 31. RGB value is (181,144,49). Sum of RGB (Red+Green+Blue) = 181+144+49=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B59031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59031 is #4A6FCE. Grayscale: #909090. Windows color (decimal): -4878287 or 3248309. OLE color: 3248309.
HSL color Cylindrical-coordinate representation of color #B59031: hue angle of 43.18º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B59031 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 49 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.29 |
| HSL | 43.18º | 0.57% | 0.45% | - |
| HSV(B) | 43.18º | 0.73% | 0.71% | - |
| XYZ | 29.58 | 29.99 | 7.14 | - |
| YUV | 144.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 49 | 0 | 0.20 | 0.73 | 0.29 | 43.18 | 0.57 | 0.45 |
| Hex | B5 | 90 | 31 | 0 | 14 | 49 | 1D | 2B | 39 | 2D |
| Octal | 265 | 220 | 61 | 0 | 24 | 111 | 35 | 53 | 71 | 55 |
| Binary | 10110101 | 10010000 | 110001 | 0 | 10100 | 1001001 | 11101 | 101011 | 111001 | 101101 |
Color Harmonies of #B59031
Complementary color
Monochromatic Colors of #B59031
Black with #B59031
Text Example
Text Example
White with #B59031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59031; }
p { color: rgb(181,144,49); }
H1.HeaderClassName
{
color: #B59031;
}
.AnyTagClassName
{
color: #B59031;
}
</style>
background-color css
<style>
a { background-color: #B59031; }
a { background-color: rgb(181,144,49); }
div.DivClassName
{
background-color: #B59031;
}
.BgClassName
{
background-color: #B59031;
}
</style>
border-color css
<style>
span { border-color: #B59031; }
span { border-color: rgb(181,144,49); }
td.TdClassName
{
border-color: #B59031;
}
.TagClassName
{
border-color: #B59031;
}
</style>