Shades of Hokey Pokey #B58E32
Tints of Hokey Pokey #B58E32
RGB
CMYK
RGB Variations
Color information
#B58E32 (or 0xB58E32) is known color: Hokey Pokey. HEX triplet: B5, 8E and 32. RGB value is (181,142,50). Sum of RGB (Red+Green+Blue) = 181+142+50=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58E32 is #4A71CD. Grayscale: #8F8F8F. Windows color (decimal): -4878798 or 3313333. OLE color: 3313333.
HSL color Cylindrical-coordinate representation of color #B58E32: hue angle of 42.14º 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 #B58E32 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 50 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.29 |
| HSL | 42.14º | 0.57% | 0.45% | - |
| HSV(B) | 42.14º | 0.72% | 0.71% | - |
| XYZ | 29.3 | 29.4 | 7.15 | - |
| YUV | 143.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 50 | 0 | 0.22 | 0.72 | 0.29 | 42.14 | 0.57 | 0.45 |
| Hex | B5 | 8E | 32 | 0 | 16 | 48 | 1D | 2A | 39 | 2D |
| Octal | 265 | 216 | 62 | 0 | 26 | 110 | 35 | 52 | 71 | 55 |
| Binary | 10110101 | 10001110 | 110010 | 0 | 10110 | 1001000 | 11101 | 101010 | 111001 | 101101 |
Color Harmonies of #B58E32
Complementary color
Monochromatic Colors of #B58E32
Black with #B58E32
Text Example
Text Example
White with #B58E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E32; }
p { color: rgb(181,142,50); }
H1.HeaderClassName
{
color: #B58E32;
}
.AnyTagClassName
{
color: #B58E32;
}
</style>
background-color css
<style>
a { background-color: #B58E32; }
a { background-color: rgb(181,142,50); }
div.DivClassName
{
background-color: #B58E32;
}
.BgClassName
{
background-color: #B58E32;
}
</style>
border-color css
<style>
span { border-color: #B58E32; }
span { border-color: rgb(181,142,50); }
td.TdClassName
{
border-color: #B58E32;
}
.TagClassName
{
border-color: #B58E32;
}
</style>