Shades of Hokey Pokey #B58C33
Tints of Hokey Pokey #B58C33
RGB
CMYK
RGB Variations
Color information
#B58C33 (or 0xB58C33) is known color: Hokey Pokey. HEX triplet: B5, 8C and 33. RGB value is (181,140,51). Sum of RGB (Red+Green+Blue) = 181+140+51=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58C33 is #4A73CC. Grayscale: #8E8E8E. Windows color (decimal): -4879309 or 3378357. OLE color: 3378357.
HSL color Cylindrical-coordinate representation of color #B58C33: hue angle of 41.08º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B58C33 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 140 | 51 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.29 |
| HSL | 41.08º | 0.56% | 0.45% | - |
| HSV(B) | 41.08º | 0.72% | 0.71% | - |
| XYZ | 29.03 | 28.82 | 7.16 | - |
| YUV | 142.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 51 | 0 | 0.23 | 0.72 | 0.29 | 41.08 | 0.56 | 0.45 |
| Hex | B5 | 8C | 33 | 0 | 17 | 48 | 1D | 29 | 38 | 2D |
| Octal | 265 | 214 | 63 | 0 | 27 | 110 | 35 | 51 | 70 | 55 |
| Binary | 10110101 | 10001100 | 110011 | 0 | 10111 | 1001000 | 11101 | 101001 | 111000 | 101101 |
Color Harmonies of #B58C33
Complementary color
Monochromatic Colors of #B58C33
Black with #B58C33
Text Example
Text Example
White with #B58C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58C33; }
p { color: rgb(181,140,51); }
H1.HeaderClassName
{
color: #B58C33;
}
.AnyTagClassName
{
color: #B58C33;
}
</style>
background-color css
<style>
a { background-color: #B58C33; }
a { background-color: rgb(181,140,51); }
div.DivClassName
{
background-color: #B58C33;
}
.BgClassName
{
background-color: #B58C33;
}
</style>
border-color css
<style>
span { border-color: #B58C33; }
span { border-color: rgb(181,140,51); }
td.TdClassName
{
border-color: #B58C33;
}
.TagClassName
{
border-color: #B58C33;
}
</style>