Shades of Hokey Pokey #B4872C
Tints of Hokey Pokey #B4872C
RGB
CMYK
RGB Variations
Color information
#B4872C (or 0xB4872C) is known color: Hokey Pokey. HEX triplet: B4, 87 and 2C. RGB value is (180,135,44). Sum of RGB (Red+Green+Blue) = 180+135+44=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B4872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4872C is #4B78D3. Grayscale: #8A8A8A. Windows color (decimal): -4946132 or 2918324. OLE color: 2918324.
HSL color Cylindrical-coordinate representation of color #B4872C: hue angle of 40.15º 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 #B4872C is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 135 | 44 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.29 |
| HSL | 40.15º | 0.61% | 0.44% | - |
| HSV(B) | 40.15º | 0.76% | 0.71% | - |
| XYZ | 27.94 | 27.21 | 6.16 | - |
| YUV | 138.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 44 | 0 | 0.25 | 0.76 | 0.29 | 40.15 | 0.61 | 0.44 |
| Hex | B4 | 87 | 2C | 0 | 19 | 4C | 1D | 28 | 3D | 2C |
| Octal | 264 | 207 | 54 | 0 | 31 | 114 | 35 | 50 | 75 | 54 |
| Binary | 10110100 | 10000111 | 101100 | 0 | 11001 | 1001100 | 11101 | 101000 | 111101 | 101100 |
Color Harmonies of #B4872C
Complementary color
Monochromatic Colors of #B4872C
Black with #B4872C
Text Example
Text Example
White with #B4872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4872C; }
p { color: rgb(180,135,44); }
H1.HeaderClassName
{
color: #B4872C;
}
.AnyTagClassName
{
color: #B4872C;
}
</style>
background-color css
<style>
a { background-color: #B4872C; }
a { background-color: rgb(180,135,44); }
div.DivClassName
{
background-color: #B4872C;
}
.BgClassName
{
background-color: #B4872C;
}
</style>
border-color css
<style>
span { border-color: #B4872C; }
span { border-color: rgb(180,135,44); }
td.TdClassName
{
border-color: #B4872C;
}
.TagClassName
{
border-color: #B4872C;
}
</style>