Shades of Hokey Pokey #B1872D
Tints of Hokey Pokey #B1872D
RGB
CMYK
RGB Variations
Color information
#B1872D (or 0xB1872D) is known color: Hokey Pokey. HEX triplet: B1, 87 and 2D. RGB value is (177,135,45). Sum of RGB (Red+Green+Blue) = 177+135+45=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1872D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1872D is #4E78D2. Grayscale: #898989. Windows color (decimal): -5142739 or 2983857. OLE color: 2983857.
HSL color Cylindrical-coordinate representation of color #B1872D: hue angle of 40.91º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1872D is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 45 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.31 |
| HSL | 40.91º | 0.59% | 0.44% | - |
| HSV(B) | 40.91º | 0.75% | 0.69% | - |
| XYZ | 27.27 | 26.86 | 6.23 | - |
| YUV | 137.3 | 75.91 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 45 | 0 | 0.24 | 0.75 | 0.31 | 40.91 | 0.59 | 0.44 |
| Hex | B1 | 87 | 2D | 0 | 18 | 4B | 1F | 29 | 3B | 2C |
| Octal | 261 | 207 | 55 | 0 | 30 | 113 | 37 | 51 | 73 | 54 |
| Binary | 10110001 | 10000111 | 101101 | 0 | 11000 | 1001011 | 11111 | 101001 | 111011 | 101100 |
Color Harmonies of #B1872D
Complementary color
Monochromatic Colors of #B1872D
Black with #B1872D
Text Example
Text Example
White with #B1872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1872D; }
p { color: rgb(177,135,45); }
H1.HeaderClassName
{
color: #B1872D;
}
.AnyTagClassName
{
color: #B1872D;
}
</style>
background-color css
<style>
a { background-color: #B1872D; }
a { background-color: rgb(177,135,45); }
div.DivClassName
{
background-color: #B1872D;
}
.BgClassName
{
background-color: #B1872D;
}
</style>
border-color css
<style>
span { border-color: #B1872D; }
span { border-color: rgb(177,135,45); }
td.TdClassName
{
border-color: #B1872D;
}
.TagClassName
{
border-color: #B1872D;
}
</style>