Shades of Hokey Pokey #B1872C
Tints of Hokey Pokey #B1872C
RGB
CMYK
RGB Variations
Color information
#B1872C (or 0xB1872C) is known color: Hokey Pokey. HEX triplet: B1, 87 and 2C. RGB value is (177,135,44). Sum of RGB (Red+Green+Blue) = 177+135+44=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1872C is #4E78D3. Grayscale: #898989. Windows color (decimal): -5142740 or 2918321. OLE color: 2918321.
HSL color Cylindrical-coordinate representation of color #B1872C: hue angle of 41.05º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1872C is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 44 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.31 |
| HSL | 41.05º | 0.6% | 0.43% | - |
| HSV(B) | 41.05º | 0.75% | 0.69% | - |
| XYZ | 27.25 | 26.86 | 6.13 | - |
| YUV | 137.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 44 | 0 | 0.24 | 0.75 | 0.31 | 41.05 | 0.6 | 0.43 |
| Hex | B1 | 87 | 2C | 0 | 18 | 4B | 1F | 29 | 3C | 2B |
| Octal | 261 | 207 | 54 | 0 | 30 | 113 | 37 | 51 | 74 | 53 |
| Binary | 10110001 | 10000111 | 101100 | 0 | 11000 | 1001011 | 11111 | 101001 | 111100 | 101011 |
Color Harmonies of #B1872C
Complementary color
Monochromatic Colors of #B1872C
Black with #B1872C
Text Example
Text Example
White with #B1872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1872C; }
p { color: rgb(177,135,44); }
H1.HeaderClassName
{
color: #B1872C;
}
.AnyTagClassName
{
color: #B1872C;
}
</style>
background-color css
<style>
a { background-color: #B1872C; }
a { background-color: rgb(177,135,44); }
div.DivClassName
{
background-color: #B1872C;
}
.BgClassName
{
background-color: #B1872C;
}
</style>
border-color css
<style>
span { border-color: #B1872C; }
span { border-color: rgb(177,135,44); }
td.TdClassName
{
border-color: #B1872C;
}
.TagClassName
{
border-color: #B1872C;
}
</style>