Shades of Hokey Pokey #B5882C
Tints of Hokey Pokey #B5882C
RGB
CMYK
RGB Variations
Color information
#B5882C (or 0xB5882C) is known color: Hokey Pokey. HEX triplet: B5, 88 and 2C. RGB value is (181,136,44). Sum of RGB (Red+Green+Blue) = 181+136+44=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5882C is #4A77D3. Grayscale: #8B8B8B. Windows color (decimal): -4880340 or 2918581. OLE color: 2918581.
HSL color Cylindrical-coordinate representation of color #B5882C: hue angle of 40.29º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5882C is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 44 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.29 |
| HSL | 40.29º | 0.61% | 0.44% | - |
| HSV(B) | 40.29º | 0.76% | 0.71% | - |
| XYZ | 28.31 | 27.61 | 6.22 | - |
| YUV | 138.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 44 | 0 | 0.25 | 0.76 | 0.29 | 40.29 | 0.61 | 0.44 |
| Hex | B5 | 88 | 2C | 0 | 19 | 4C | 1D | 28 | 3D | 2C |
| Octal | 265 | 210 | 54 | 0 | 31 | 114 | 35 | 50 | 75 | 54 |
| Binary | 10110101 | 10001000 | 101100 | 0 | 11001 | 1001100 | 11101 | 101000 | 111101 | 101100 |
Color Harmonies of #B5882C
Complementary color
Monochromatic Colors of #B5882C
Black with #B5882C
Text Example
Text Example
White with #B5882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5882C; }
p { color: rgb(181,136,44); }
H1.HeaderClassName
{
color: #B5882C;
}
.AnyTagClassName
{
color: #B5882C;
}
</style>
background-color css
<style>
a { background-color: #B5882C; }
a { background-color: rgb(181,136,44); }
div.DivClassName
{
background-color: #B5882C;
}
.BgClassName
{
background-color: #B5882C;
}
</style>
border-color css
<style>
span { border-color: #B5882C; }
span { border-color: rgb(181,136,44); }
td.TdClassName
{
border-color: #B5882C;
}
.TagClassName
{
border-color: #B5882C;
}
</style>