Shades of Hokey Pokey #B58A2D
Tints of Hokey Pokey #B58A2D
RGB
CMYK
RGB Variations
Color information
#B58A2D (or 0xB58A2D) is known color: Hokey Pokey. HEX triplet: B5, 8A and 2D. RGB value is (181,138,45). Sum of RGB (Red+Green+Blue) = 181+138+45=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58A2D is #4A75D2. Grayscale: #8C8C8C. Windows color (decimal): -4879827 or 2984629. OLE color: 2984629.
HSL color Cylindrical-coordinate representation of color #B58A2D: hue angle of 41.03º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B58A2D is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 45 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.29 |
| HSL | 41.03º | 0.6% | 0.44% | - |
| HSV(B) | 41.03º | 0.75% | 0.71% | - |
| XYZ | 28.62 | 28.19 | 6.42 | - |
| YUV | 140.26 | 74.25 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 45 | 0 | 0.24 | 0.75 | 0.29 | 41.03 | 0.6 | 0.44 |
| Hex | B5 | 8A | 2D | 0 | 18 | 4B | 1D | 29 | 3C | 2C |
| Octal | 265 | 212 | 55 | 0 | 30 | 113 | 35 | 51 | 74 | 54 |
| Binary | 10110101 | 10001010 | 101101 | 0 | 11000 | 1001011 | 11101 | 101001 | 111100 | 101100 |
Color Harmonies of #B58A2D
Complementary color
Monochromatic Colors of #B58A2D
Black with #B58A2D
Text Example
Text Example
White with #B58A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A2D; }
p { color: rgb(181,138,45); }
H1.HeaderClassName
{
color: #B58A2D;
}
.AnyTagClassName
{
color: #B58A2D;
}
</style>
background-color css
<style>
a { background-color: #B58A2D; }
a { background-color: rgb(181,138,45); }
div.DivClassName
{
background-color: #B58A2D;
}
.BgClassName
{
background-color: #B58A2D;
}
</style>
border-color css
<style>
span { border-color: #B58A2D; }
span { border-color: rgb(181,138,45); }
td.TdClassName
{
border-color: #B58A2D;
}
.TagClassName
{
border-color: #B58A2D;
}
</style>