Shades of Hokey Pokey #B1872E
Tints of Hokey Pokey #B1872E
RGB
CMYK
RGB Variations
Color information
#B1872E (or 0xB1872E) is known color: Hokey Pokey. HEX triplet: B1, 87 and 2E. RGB value is (177,135,46). Sum of RGB (Red+Green+Blue) = 177+135+46=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B1872E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1872E is #4E78D1. Grayscale: #898989. Windows color (decimal): -5142738 or 3049393. OLE color: 3049393.
HSL color Cylindrical-coordinate representation of color #B1872E: hue angle of 40.76º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1872E is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 46 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.31 |
| HSL | 40.76º | 0.59% | 0.44% | - |
| HSV(B) | 40.76º | 0.74% | 0.69% | - |
| XYZ | 27.29 | 26.87 | 6.33 | - |
| YUV | 137.41 | 76.41 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 46 | 0 | 0.24 | 0.74 | 0.31 | 40.76 | 0.59 | 0.44 |
| Hex | B1 | 87 | 2E | 0 | 18 | 4A | 1F | 29 | 3B | 2C |
| Octal | 261 | 207 | 56 | 0 | 30 | 112 | 37 | 51 | 73 | 54 |
| Binary | 10110001 | 10000111 | 101110 | 0 | 11000 | 1001010 | 11111 | 101001 | 111011 | 101100 |
Color Harmonies of #B1872E
Complementary color
Monochromatic Colors of #B1872E
Black with #B1872E
Text Example
Text Example
White with #B1872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1872E; }
p { color: rgb(177,135,46); }
H1.HeaderClassName
{
color: #B1872E;
}
.AnyTagClassName
{
color: #B1872E;
}
</style>
background-color css
<style>
a { background-color: #B1872E; }
a { background-color: rgb(177,135,46); }
div.DivClassName
{
background-color: #B1872E;
}
.BgClassName
{
background-color: #B1872E;
}
</style>
border-color css
<style>
span { border-color: #B1872E; }
span { border-color: rgb(177,135,46); }
td.TdClassName
{
border-color: #B1872E;
}
.TagClassName
{
border-color: #B1872E;
}
</style>