Shades of Hokey Pokey #B7882E
Tints of Hokey Pokey #B7882E
RGB
CMYK
RGB Variations
Color information
#B7882E (or 0xB7882E) is known color: Hokey Pokey. HEX triplet: B7, 88 and 2E. RGB value is (183,136,46). Sum of RGB (Red+Green+Blue) = 183+136+46=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7882E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7882E is #4877D1. Grayscale: #8C8C8C. Windows color (decimal): -4749266 or 3049655. OLE color: 3049655.
HSL color Cylindrical-coordinate representation of color #B7882E: hue angle of 39.42º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7882E is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 46 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.28 |
| HSL | 39.42º | 0.6% | 0.45% | - |
| HSV(B) | 39.42º | 0.75% | 0.72% | - |
| XYZ | 28.83 | 27.87 | 6.45 | - |
| YUV | 139.79 | 75.07 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 46 | 0 | 0.26 | 0.75 | 0.28 | 39.42 | 0.6 | 0.45 |
| Hex | B7 | 88 | 2E | 0 | 1A | 4B | 1C | 27 | 3C | 2D |
| Octal | 267 | 210 | 56 | 0 | 32 | 113 | 34 | 47 | 74 | 55 |
| Binary | 10110111 | 10001000 | 101110 | 0 | 11010 | 1001011 | 11100 | 100111 | 111100 | 101101 |
Color Harmonies of #B7882E
Complementary color
Monochromatic Colors of #B7882E
Black with #B7882E
Text Example
Text Example
White with #B7882E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7882E; }
p { color: rgb(183,136,46); }
H1.HeaderClassName
{
color: #B7882E;
}
.AnyTagClassName
{
color: #B7882E;
}
</style>
background-color css
<style>
a { background-color: #B7882E; }
a { background-color: rgb(183,136,46); }
div.DivClassName
{
background-color: #B7882E;
}
.BgClassName
{
background-color: #B7882E;
}
</style>
border-color css
<style>
span { border-color: #B7882E; }
span { border-color: rgb(183,136,46); }
td.TdClassName
{
border-color: #B7882E;
}
.TagClassName
{
border-color: #B7882E;
}
</style>