Shades of Hokey Pokey #B4882C
Tints of Hokey Pokey #B4882C
RGB
CMYK
RGB Variations
Color information
#B4882C (or 0xB4882C) is known color: Hokey Pokey. HEX triplet: B4, 88 and 2C. RGB value is (180,136,44). Sum of RGB (Red+Green+Blue) = 180+136+44=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B4882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4882C is #4B77D3. Grayscale: #8B8B8B. Windows color (decimal): -4945876 or 2918580. OLE color: 2918580.
HSL color Cylindrical-coordinate representation of color #B4882C: hue angle of 40.59º 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 #B4882C is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 44 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.29 |
| HSL | 40.59º | 0.61% | 0.44% | - |
| HSV(B) | 40.59º | 0.76% | 0.71% | - |
| XYZ | 28.08 | 27.49 | 6.21 | - |
| YUV | 138.67 | 74.58 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 44 | 0 | 0.24 | 0.76 | 0.29 | 40.59 | 0.61 | 0.44 |
| Hex | B4 | 88 | 2C | 0 | 18 | 4C | 1D | 29 | 3D | 2C |
| Octal | 264 | 210 | 54 | 0 | 30 | 114 | 35 | 51 | 75 | 54 |
| Binary | 10110100 | 10001000 | 101100 | 0 | 11000 | 1001100 | 11101 | 101001 | 111101 | 101100 |
Color Harmonies of #B4882C
Complementary color
Monochromatic Colors of #B4882C
Black with #B4882C
Text Example
Text Example
White with #B4882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4882C; }
p { color: rgb(180,136,44); }
H1.HeaderClassName
{
color: #B4882C;
}
.AnyTagClassName
{
color: #B4882C;
}
</style>
background-color css
<style>
a { background-color: #B4882C; }
a { background-color: rgb(180,136,44); }
div.DivClassName
{
background-color: #B4882C;
}
.BgClassName
{
background-color: #B4882C;
}
</style>
border-color css
<style>
span { border-color: #B4882C; }
span { border-color: rgb(180,136,44); }
td.TdClassName
{
border-color: #B4882C;
}
.TagClassName
{
border-color: #B4882C;
}
</style>