Shades of Hokey Pokey #B58C2D
Tints of Hokey Pokey #B58C2D
RGB
CMYK
RGB Variations
Color information
#B58C2D (or 0xB58C2D) is known color: Hokey Pokey. HEX triplet: B5, 8C and 2D. RGB value is (181,140,45). Sum of RGB (Red+Green+Blue) = 181+140+45=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58C2D is #4A73D2. Grayscale: #8D8D8D. Windows color (decimal): -4879315 or 2985141. OLE color: 2985141.
HSL color Cylindrical-coordinate representation of color #B58C2D: hue angle of 41.91º 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 #B58C2D is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 140 | 45 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.29 |
| HSL | 41.91º | 0.6% | 0.44% | - |
| HSV(B) | 41.91º | 0.75% | 0.71% | - |
| XYZ | 28.91 | 28.77 | 6.51 | - |
| YUV | 141.43 | 73.58 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 45 | 0 | 0.23 | 0.75 | 0.29 | 41.91 | 0.6 | 0.44 |
| Hex | B5 | 8C | 2D | 0 | 17 | 4B | 1D | 2A | 3C | 2C |
| Octal | 265 | 214 | 55 | 0 | 27 | 113 | 35 | 52 | 74 | 54 |
| Binary | 10110101 | 10001100 | 101101 | 0 | 10111 | 1001011 | 11101 | 101010 | 111100 | 101100 |
Color Harmonies of #B58C2D
Complementary color
Monochromatic Colors of #B58C2D
Black with #B58C2D
Text Example
Text Example
White with #B58C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58C2D; }
p { color: rgb(181,140,45); }
H1.HeaderClassName
{
color: #B58C2D;
}
.AnyTagClassName
{
color: #B58C2D;
}
</style>
background-color css
<style>
a { background-color: #B58C2D; }
a { background-color: rgb(181,140,45); }
div.DivClassName
{
background-color: #B58C2D;
}
.BgClassName
{
background-color: #B58C2D;
}
</style>
border-color css
<style>
span { border-color: #B58C2D; }
span { border-color: rgb(181,140,45); }
td.TdClassName
{
border-color: #B58C2D;
}
.TagClassName
{
border-color: #B58C2D;
}
</style>