Shades of Hokey Pokey #B58931
Tints of Hokey Pokey #B58931
RGB
CMYK
RGB Variations
Color information
#B58931 (or 0xB58931) is known color: Hokey Pokey. HEX triplet: B5, 89 and 31. RGB value is (181,137,49). Sum of RGB (Red+Green+Blue) = 181+137+49=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B58931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58931 is #4A76CE. Grayscale: #8C8C8C. Windows color (decimal): -4880079 or 3246517. OLE color: 3246517.
HSL color Cylindrical-coordinate representation of color #B58931: hue angle of 40º 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 #B58931 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 137 | 49 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.29 |
| HSL | 40º | 0.57% | 0.45% | - |
| HSV(B) | 40º | 0.73% | 0.71% | - |
| XYZ | 28.56 | 27.94 | 6.79 | - |
| YUV | 140.12 | 76.58 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 49 | 0 | 0.24 | 0.73 | 0.29 | 40 | 0.57 | 0.45 |
| Hex | B5 | 89 | 31 | 0 | 18 | 49 | 1D | 28 | 39 | 2D |
| Octal | 265 | 211 | 61 | 0 | 30 | 111 | 35 | 50 | 71 | 55 |
| Binary | 10110101 | 10001001 | 110001 | 0 | 11000 | 1001001 | 11101 | 101000 | 111001 | 101101 |
Color Harmonies of #B58931
Complementary color
Monochromatic Colors of #B58931
Black with #B58931
Text Example
Text Example
White with #B58931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58931; }
p { color: rgb(181,137,49); }
H1.HeaderClassName
{
color: #B58931;
}
.AnyTagClassName
{
color: #B58931;
}
</style>
background-color css
<style>
a { background-color: #B58931; }
a { background-color: rgb(181,137,49); }
div.DivClassName
{
background-color: #B58931;
}
.BgClassName
{
background-color: #B58931;
}
</style>
border-color css
<style>
span { border-color: #B58931; }
span { border-color: rgb(181,137,49); }
td.TdClassName
{
border-color: #B58931;
}
.TagClassName
{
border-color: #B58931;
}
</style>