Shades of Hokey Pokey #B59135
Tints of Hokey Pokey #B59135
RGB
CMYK
RGB Variations
Color information
#B59135 (or 0xB59135) is known color: Hokey Pokey. HEX triplet: B5, 91 and 35. RGB value is (181,145,53). Sum of RGB (Red+Green+Blue) = 181+145+53=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B59135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59135 is #4A6ECA. Grayscale: #919191. Windows color (decimal): -4878027 or 3510709. OLE color: 3510709.
HSL color Cylindrical-coordinate representation of color #B59135: hue angle of 43.12º 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 #B59135 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 145 | 53 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.29 |
| HSL | 43.13º | 0.55% | 0.46% | - |
| HSV(B) | 43.13º | 0.71% | 0.71% | - |
| XYZ | 29.82 | 30.33 | 7.65 | - |
| YUV | 145.28 | 75.93 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 53 | 0 | 0.20 | 0.71 | 0.29 | 43.13 | 0.55 | 0.46 |
| Hex | B5 | 91 | 35 | 0 | 14 | 47 | 1D | 2B | 37 | 2E |
| Octal | 265 | 221 | 65 | 0 | 24 | 107 | 35 | 53 | 67 | 56 |
| Binary | 10110101 | 10010001 | 110101 | 0 | 10100 | 1000111 | 11101 | 101011 | 110111 | 101110 |
Color Harmonies of #B59135
Complementary color
Monochromatic Colors of #B59135
Black with #B59135
Text Example
Text Example
White with #B59135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59135; }
p { color: rgb(181,145,53); }
H1.HeaderClassName
{
color: #B59135;
}
.AnyTagClassName
{
color: #B59135;
}
</style>
background-color css
<style>
a { background-color: #B59135; }
a { background-color: rgb(181,145,53); }
div.DivClassName
{
background-color: #B59135;
}
.BgClassName
{
background-color: #B59135;
}
</style>
border-color css
<style>
span { border-color: #B59135; }
span { border-color: rgb(181,145,53); }
td.TdClassName
{
border-color: #B59135;
}
.TagClassName
{
border-color: #B59135;
}
</style>