Shades of Hokey Pokey #B1882D
Tints of Hokey Pokey #B1882D
RGB
CMYK
RGB Variations
Color information
#B1882D (or 0xB1882D) is known color: Hokey Pokey. HEX triplet: B1, 88 and 2D. RGB value is (177,136,45). Sum of RGB (Red+Green+Blue) = 177+136+45=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B1882D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1882D is #4E77D2. Grayscale: #8A8A8A. Windows color (decimal): -5142483 or 2984113. OLE color: 2984113.
HSL color Cylindrical-coordinate representation of color #B1882D: hue angle of 41.36º 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 #B1882D is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 45 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.31 |
| HSL | 41.36º | 0.59% | 0.44% | - |
| HSV(B) | 41.36º | 0.75% | 0.69% | - |
| XYZ | 27.41 | 27.14 | 6.28 | - |
| YUV | 137.89 | 75.58 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 45 | 0 | 0.23 | 0.75 | 0.31 | 41.36 | 0.59 | 0.44 |
| Hex | B1 | 88 | 2D | 0 | 17 | 4B | 1F | 29 | 3B | 2C |
| Octal | 261 | 210 | 55 | 0 | 27 | 113 | 37 | 51 | 73 | 54 |
| Binary | 10110001 | 10001000 | 101101 | 0 | 10111 | 1001011 | 11111 | 101001 | 111011 | 101100 |
Color Harmonies of #B1882D
Complementary color
Monochromatic Colors of #B1882D
Black with #B1882D
Text Example
Text Example
White with #B1882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1882D; }
p { color: rgb(177,136,45); }
H1.HeaderClassName
{
color: #B1882D;
}
.AnyTagClassName
{
color: #B1882D;
}
</style>
background-color css
<style>
a { background-color: #B1882D; }
a { background-color: rgb(177,136,45); }
div.DivClassName
{
background-color: #B1882D;
}
.BgClassName
{
background-color: #B1882D;
}
</style>
border-color css
<style>
span { border-color: #B1882D; }
span { border-color: rgb(177,136,45); }
td.TdClassName
{
border-color: #B1882D;
}
.TagClassName
{
border-color: #B1882D;
}
</style>