Shades of Hokey Pokey #B58630
Tints of Hokey Pokey #B58630
RGB
CMYK
RGB Variations
Color information
#B58630 (or 0xB58630) is known color: Hokey Pokey. HEX triplet: B5, 86 and 30. RGB value is (181,134,48). Sum of RGB (Red+Green+Blue) = 181+134+48=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B58630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58630 is #4A79CF. Grayscale: #8A8A8A. Windows color (decimal): -4880848 or 3180213. OLE color: 3180213.
HSL color Cylindrical-coordinate representation of color #B58630: hue angle of 38.8º degrees, saturation: 0.58, 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 #B58630 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 48 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.29 |
| HSL | 38.8º | 0.58% | 0.45% | - |
| HSV(B) | 38.8º | 0.73% | 0.71% | - |
| XYZ | 28.11 | 27.09 | 6.54 | - |
| YUV | 138.25 | 77.07 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 48 | 0 | 0.26 | 0.73 | 0.29 | 38.8 | 0.58 | 0.45 |
| Hex | B5 | 86 | 30 | 0 | 1A | 49 | 1D | 27 | 3A | 2D |
| Octal | 265 | 206 | 60 | 0 | 32 | 111 | 35 | 47 | 72 | 55 |
| Binary | 10110101 | 10000110 | 110000 | 0 | 11010 | 1001001 | 11101 | 100111 | 111010 | 101101 |
Color Harmonies of #B58630
Complementary color
Monochromatic Colors of #B58630
Black with #B58630
Text Example
Text Example
White with #B58630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58630; }
p { color: rgb(181,134,48); }
H1.HeaderClassName
{
color: #B58630;
}
.AnyTagClassName
{
color: #B58630;
}
</style>
background-color css
<style>
a { background-color: #B58630; }
a { background-color: rgb(181,134,48); }
div.DivClassName
{
background-color: #B58630;
}
.BgClassName
{
background-color: #B58630;
}
</style>
border-color css
<style>
span { border-color: #B58630; }
span { border-color: rgb(181,134,48); }
td.TdClassName
{
border-color: #B58630;
}
.TagClassName
{
border-color: #B58630;
}
</style>