Shades of Hokey Pokey #B3872C
Tints of Hokey Pokey #B3872C
RGB
CMYK
RGB Variations
Color information
#B3872C (or 0xB3872C) is known color: Hokey Pokey. HEX triplet: B3, 87 and 2C. RGB value is (179,135,44). Sum of RGB (Red+Green+Blue) = 179+135+44=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3872C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3872C is #4C78D3. Grayscale: #8A8A8A. Windows color (decimal): -5011668 or 2918323. OLE color: 2918323.
HSL color Cylindrical-coordinate representation of color #B3872C: hue angle of 40.44º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3872C is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 135 | 44 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.30 |
| HSL | 40.44º | 0.61% | 0.44% | - |
| HSV(B) | 40.44º | 0.75% | 0.7% | - |
| XYZ | 27.71 | 27.09 | 6.15 | - |
| YUV | 137.78 | 75.08 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 44 | 0 | 0.25 | 0.75 | 0.30 | 40.44 | 0.61 | 0.44 |
| Hex | B3 | 87 | 2C | 0 | 19 | 4B | 1E | 28 | 3D | 2C |
| Octal | 263 | 207 | 54 | 0 | 31 | 113 | 36 | 50 | 75 | 54 |
| Binary | 10110011 | 10000111 | 101100 | 0 | 11001 | 1001011 | 11110 | 101000 | 111101 | 101100 |
Color Harmonies of #B3872C
Complementary color
Monochromatic Colors of #B3872C
Black with #B3872C
Text Example
Text Example
White with #B3872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3872C; }
p { color: rgb(179,135,44); }
H1.HeaderClassName
{
color: #B3872C;
}
.AnyTagClassName
{
color: #B3872C;
}
</style>
background-color css
<style>
a { background-color: #B3872C; }
a { background-color: rgb(179,135,44); }
div.DivClassName
{
background-color: #B3872C;
}
.BgClassName
{
background-color: #B3872C;
}
</style>
border-color css
<style>
span { border-color: #B3872C; }
span { border-color: rgb(179,135,44); }
td.TdClassName
{
border-color: #B3872C;
}
.TagClassName
{
border-color: #B3872C;
}
</style>