Shades of Hokey Pokey #B7882C
Tints of Hokey Pokey #B7882C
RGB
CMYK
RGB Variations
Color information
#B7882C (or 0xB7882C) is known color: Hokey Pokey. HEX triplet: B7, 88 and 2C. RGB value is (183,136,44). Sum of RGB (Red+Green+Blue) = 183+136+44=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7882C is #4877D3. Grayscale: #8B8B8B. Windows color (decimal): -4749268 or 2918583. OLE color: 2918583.
HSL color Cylindrical-coordinate representation of color #B7882C: hue angle of 39.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7882C is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 44 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.28 |
| HSL | 39.71º | 0.61% | 0.45% | - |
| HSV(B) | 39.71º | 0.76% | 0.72% | - |
| XYZ | 28.79 | 27.86 | 6.24 | - |
| YUV | 139.57 | 74.07 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 44 | 0 | 0.26 | 0.76 | 0.28 | 39.71 | 0.61 | 0.45 |
| Hex | B7 | 88 | 2C | 0 | 1A | 4C | 1C | 28 | 3D | 2D |
| Octal | 267 | 210 | 54 | 0 | 32 | 114 | 34 | 50 | 75 | 55 |
| Binary | 10110111 | 10001000 | 101100 | 0 | 11010 | 1001100 | 11100 | 101000 | 111101 | 101101 |
Color Harmonies of #B7882C
Complementary color
Monochromatic Colors of #B7882C
Black with #B7882C
Text Example
Text Example
White with #B7882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7882C; }
p { color: rgb(183,136,44); }
H1.HeaderClassName
{
color: #B7882C;
}
.AnyTagClassName
{
color: #B7882C;
}
</style>
background-color css
<style>
a { background-color: #B7882C; }
a { background-color: rgb(183,136,44); }
div.DivClassName
{
background-color: #B7882C;
}
.BgClassName
{
background-color: #B7882C;
}
</style>
border-color css
<style>
span { border-color: #B7882C; }
span { border-color: rgb(183,136,44); }
td.TdClassName
{
border-color: #B7882C;
}
.TagClassName
{
border-color: #B7882C;
}
</style>