Shades of Hokey Pokey #B88E2E
Tints of Hokey Pokey #B88E2E
RGB
CMYK
RGB Variations
Color information
#B88E2E (or 0xB88E2E) is known color: Hokey Pokey. HEX triplet: B8, 8E and 2E. RGB value is (184,142,46). Sum of RGB (Red+Green+Blue) = 184+142+46=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88E2E is #4771D1. Grayscale: #909090. Windows color (decimal): -4682194 or 3051192. OLE color: 3051192.
HSL color Cylindrical-coordinate representation of color #B88E2E: hue angle of 41.74º 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 #B88E2E is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 142 | 46 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.28 |
| HSL | 41.74º | 0.6% | 0.45% | - |
| HSV(B) | 41.74º | 0.75% | 0.72% | - |
| XYZ | 29.93 | 29.73 | 6.75 | - |
| YUV | 143.61 | 72.91 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 46 | 0 | 0.23 | 0.75 | 0.28 | 41.74 | 0.6 | 0.45 |
| Hex | B8 | 8E | 2E | 0 | 17 | 4B | 1C | 2A | 3C | 2D |
| Octal | 270 | 216 | 56 | 0 | 27 | 113 | 34 | 52 | 74 | 55 |
| Binary | 10111000 | 10001110 | 101110 | 0 | 10111 | 1001011 | 11100 | 101010 | 111100 | 101101 |
Color Harmonies of #B88E2E
Complementary color
Monochromatic Colors of #B88E2E
Black with #B88E2E
Text Example
Text Example
White with #B88E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88E2E; }
p { color: rgb(184,142,46); }
H1.HeaderClassName
{
color: #B88E2E;
}
.AnyTagClassName
{
color: #B88E2E;
}
</style>
background-color css
<style>
a { background-color: #B88E2E; }
a { background-color: rgb(184,142,46); }
div.DivClassName
{
background-color: #B88E2E;
}
.BgClassName
{
background-color: #B88E2E;
}
</style>
border-color css
<style>
span { border-color: #B88E2E; }
span { border-color: rgb(184,142,46); }
td.TdClassName
{
border-color: #B88E2E;
}
.TagClassName
{
border-color: #B88E2E;
}
</style>