Shades of Hokey Pokey #B7882B
Tints of Hokey Pokey #B7882B
RGB
CMYK
RGB Variations
Color information
#B7882B (or 0xB7882B) is known color: Hokey Pokey. HEX triplet: B7, 88 and 2B. RGB value is (183,136,43). Sum of RGB (Red+Green+Blue) = 183+136+43=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7882B is #4877D4. Grayscale: #8B8B8B. Windows color (decimal): -4749269 or 2853047. OLE color: 2853047.
HSL color Cylindrical-coordinate representation of color #B7882B: hue angle of 39.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7882B is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 43 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.28 |
| HSL | 39.86º | 0.62% | 0.44% | - |
| HSV(B) | 39.86º | 0.77% | 0.72% | - |
| XYZ | 28.77 | 27.85 | 6.14 | - |
| YUV | 139.45 | 73.57 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 43 | 0 | 0.26 | 0.77 | 0.28 | 39.86 | 0.62 | 0.44 |
| Hex | B7 | 88 | 2B | 0 | 1A | 4D | 1C | 28 | 3E | 2C |
| Octal | 267 | 210 | 53 | 0 | 32 | 115 | 34 | 50 | 76 | 54 |
| Binary | 10110111 | 10001000 | 101011 | 0 | 11010 | 1001101 | 11100 | 101000 | 111110 | 101100 |
Color Harmonies of #B7882B
Complementary color
Monochromatic Colors of #B7882B
Black with #B7882B
Text Example
Text Example
White with #B7882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7882B; }
p { color: rgb(183,136,43); }
H1.HeaderClassName
{
color: #B7882B;
}
.AnyTagClassName
{
color: #B7882B;
}
</style>
background-color css
<style>
a { background-color: #B7882B; }
a { background-color: rgb(183,136,43); }
div.DivClassName
{
background-color: #B7882B;
}
.BgClassName
{
background-color: #B7882B;
}
</style>
border-color css
<style>
span { border-color: #B7882B; }
span { border-color: rgb(183,136,43); }
td.TdClassName
{
border-color: #B7882B;
}
.TagClassName
{
border-color: #B7882B;
}
</style>