Shades of Hokey Pokey #B58B2F
Tints of Hokey Pokey #B58B2F
RGB
CMYK
RGB Variations
Color information
#B58B2F (or 0xB58B2F) is known color: Hokey Pokey. HEX triplet: B5, 8B and 2F. RGB value is (181,139,47). Sum of RGB (Red+Green+Blue) = 181+139+47=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58B2F is #4A74D0. Grayscale: #8D8D8D. Windows color (decimal): -4879569 or 3115957. OLE color: 3115957.
HSL color Cylindrical-coordinate representation of color #B58B2F: hue angle of 41.19º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B58B2F is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 139 | 47 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.29 |
| HSL | 41.19º | 0.59% | 0.45% | - |
| HSV(B) | 41.19º | 0.74% | 0.71% | - |
| XYZ | 28.8 | 28.49 | 6.67 | - |
| YUV | 141.07 | 74.91 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 47 | 0 | 0.23 | 0.74 | 0.29 | 41.19 | 0.59 | 0.45 |
| Hex | B5 | 8B | 2F | 0 | 17 | 4A | 1D | 29 | 3B | 2D |
| Octal | 265 | 213 | 57 | 0 | 27 | 112 | 35 | 51 | 73 | 55 |
| Binary | 10110101 | 10001011 | 101111 | 0 | 10111 | 1001010 | 11101 | 101001 | 111011 | 101101 |
Color Harmonies of #B58B2F
Complementary color
Monochromatic Colors of #B58B2F
Black with #B58B2F
Text Example
Text Example
White with #B58B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58B2F; }
p { color: rgb(181,139,47); }
H1.HeaderClassName
{
color: #B58B2F;
}
.AnyTagClassName
{
color: #B58B2F;
}
</style>
background-color css
<style>
a { background-color: #B58B2F; }
a { background-color: rgb(181,139,47); }
div.DivClassName
{
background-color: #B58B2F;
}
.BgClassName
{
background-color: #B58B2F;
}
</style>
border-color css
<style>
span { border-color: #B58B2F; }
span { border-color: rgb(181,139,47); }
td.TdClassName
{
border-color: #B58B2F;
}
.TagClassName
{
border-color: #B58B2F;
}
</style>