Shades of Hokey Pokey #B8882C
Tints of Hokey Pokey #B8882C
RGB
CMYK
RGB Variations
Color information
#B8882C (or 0xB8882C) is known color: Hokey Pokey. HEX triplet: B8, 88 and 2C. RGB value is (184,136,44). Sum of RGB (Red+Green+Blue) = 184+136+44=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8882C is #4777D3. Grayscale: #8C8C8C. Windows color (decimal): -4683732 or 2918584. OLE color: 2918584.
HSL color Cylindrical-coordinate representation of color #B8882C: hue angle of 39.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8882C is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 44 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.28 |
| HSL | 39.43º | 0.61% | 0.45% | - |
| HSV(B) | 39.43º | 0.76% | 0.72% | - |
| XYZ | 29.03 | 27.98 | 6.25 | - |
| YUV | 139.86 | 73.9 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 44 | 0 | 0.26 | 0.76 | 0.28 | 39.43 | 0.61 | 0.45 |
| Hex | B8 | 88 | 2C | 0 | 1A | 4C | 1C | 27 | 3D | 2D |
| Octal | 270 | 210 | 54 | 0 | 32 | 114 | 34 | 47 | 75 | 55 |
| Binary | 10111000 | 10001000 | 101100 | 0 | 11010 | 1001100 | 11100 | 100111 | 111101 | 101101 |
Color Harmonies of #B8882C
Complementary color
Monochromatic Colors of #B8882C
Black with #B8882C
Text Example
Text Example
White with #B8882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8882C; }
p { color: rgb(184,136,44); }
H1.HeaderClassName
{
color: #B8882C;
}
.AnyTagClassName
{
color: #B8882C;
}
</style>
background-color css
<style>
a { background-color: #B8882C; }
a { background-color: rgb(184,136,44); }
div.DivClassName
{
background-color: #B8882C;
}
.BgClassName
{
background-color: #B8882C;
}
</style>
border-color css
<style>
span { border-color: #B8882C; }
span { border-color: rgb(184,136,44); }
td.TdClassName
{
border-color: #B8882C;
}
.TagClassName
{
border-color: #B8882C;
}
</style>