Shades of Hokey Pokey #B58E34
Tints of Hokey Pokey #B58E34
RGB
CMYK
RGB Variations
Color information
#B58E34 (or 0xB58E34) is known color: Hokey Pokey. HEX triplet: B5, 8E and 34. RGB value is (181,142,52). Sum of RGB (Red+Green+Blue) = 181+142+52=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58E34 is #4A71CB. Grayscale: #8F8F8F. Windows color (decimal): -4878796 or 3444405. OLE color: 3444405.
HSL color Cylindrical-coordinate representation of color #B58E34: hue angle of 41.86º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B58E34 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 52 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.29 |
| HSL | 41.86º | 0.55% | 0.46% | - |
| HSV(B) | 41.86º | 0.71% | 0.71% | - |
| XYZ | 29.35 | 29.42 | 7.38 | - |
| YUV | 143.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 52 | 0 | 0.22 | 0.71 | 0.29 | 41.86 | 0.55 | 0.46 |
| Hex | B5 | 8E | 34 | 0 | 16 | 47 | 1D | 2A | 37 | 2E |
| Octal | 265 | 216 | 64 | 0 | 26 | 107 | 35 | 52 | 67 | 56 |
| Binary | 10110101 | 10001110 | 110100 | 0 | 10110 | 1000111 | 11101 | 101010 | 110111 | 101110 |
Color Harmonies of #B58E34
Complementary color
Monochromatic Colors of #B58E34
Black with #B58E34
Text Example
Text Example
White with #B58E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E34; }
p { color: rgb(181,142,52); }
H1.HeaderClassName
{
color: #B58E34;
}
.AnyTagClassName
{
color: #B58E34;
}
</style>
background-color css
<style>
a { background-color: #B58E34; }
a { background-color: rgb(181,142,52); }
div.DivClassName
{
background-color: #B58E34;
}
.BgClassName
{
background-color: #B58E34;
}
</style>
border-color css
<style>
span { border-color: #B58E34; }
span { border-color: rgb(181,142,52); }
td.TdClassName
{
border-color: #B58E34;
}
.TagClassName
{
border-color: #B58E34;
}
</style>