Shades of Hokey Pokey #B1892D
Tints of Hokey Pokey #B1892D
RGB
CMYK
RGB Variations
Color information
#B1892D (or 0xB1892D) is known color: Hokey Pokey. HEX triplet: B1, 89 and 2D. RGB value is (177,137,45). Sum of RGB (Red+Green+Blue) = 177+137+45=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B1892D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1892D is #4E76D2. Grayscale: #8A8A8A. Windows color (decimal): -5142227 or 2984369. OLE color: 2984369.
HSL color Cylindrical-coordinate representation of color #B1892D: hue angle of 41.82º 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 #B1892D is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 137 | 45 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.31 |
| HSL | 41.82º | 0.59% | 0.44% | - |
| HSV(B) | 41.82º | 0.75% | 0.69% | - |
| XYZ | 27.55 | 27.43 | 6.32 | - |
| YUV | 138.47 | 75.25 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 137 | 45 | 0 | 0.23 | 0.75 | 0.31 | 41.82 | 0.59 | 0.44 |
| Hex | B1 | 89 | 2D | 0 | 17 | 4B | 1F | 2A | 3B | 2C |
| Octal | 261 | 211 | 55 | 0 | 27 | 113 | 37 | 52 | 73 | 54 |
| Binary | 10110001 | 10001001 | 101101 | 0 | 10111 | 1001011 | 11111 | 101010 | 111011 | 101100 |
Color Harmonies of #B1892D
Complementary color
Monochromatic Colors of #B1892D
Black with #B1892D
Text Example
Text Example
White with #B1892D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1892D; }
p { color: rgb(177,137,45); }
H1.HeaderClassName
{
color: #B1892D;
}
.AnyTagClassName
{
color: #B1892D;
}
</style>
background-color css
<style>
a { background-color: #B1892D; }
a { background-color: rgb(177,137,45); }
div.DivClassName
{
background-color: #B1892D;
}
.BgClassName
{
background-color: #B1892D;
}
</style>
border-color css
<style>
span { border-color: #B1892D; }
span { border-color: rgb(177,137,45); }
td.TdClassName
{
border-color: #B1892D;
}
.TagClassName
{
border-color: #B1892D;
}
</style>