Shades of Hokey Pokey #B88C2E
Tints of Hokey Pokey #B88C2E
RGB
CMYK
RGB Variations
Color information
#B88C2E (or 0xB88C2E) is known color: Hokey Pokey. HEX triplet: B8, 8C and 2E. RGB value is (184,140,46). Sum of RGB (Red+Green+Blue) = 184+140+46=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88C2E is #4773D1. Grayscale: #8E8E8E. Windows color (decimal): -4682706 or 3050680. OLE color: 3050680.
HSL color Cylindrical-coordinate representation of color #B88C2E: hue angle of 40.87º 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 #B88C2E is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 140 | 46 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.28 |
| HSL | 40.87º | 0.6% | 0.45% | - |
| HSV(B) | 40.87º | 0.75% | 0.72% | - |
| XYZ | 29.64 | 29.14 | 6.65 | - |
| YUV | 142.44 | 73.58 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 46 | 0 | 0.24 | 0.75 | 0.28 | 40.87 | 0.6 | 0.45 |
| Hex | B8 | 8C | 2E | 0 | 18 | 4B | 1C | 29 | 3C | 2D |
| Octal | 270 | 214 | 56 | 0 | 30 | 113 | 34 | 51 | 74 | 55 |
| Binary | 10111000 | 10001100 | 101110 | 0 | 11000 | 1001011 | 11100 | 101001 | 111100 | 101101 |
Color Harmonies of #B88C2E
Complementary color
Monochromatic Colors of #B88C2E
Black with #B88C2E
Text Example
Text Example
White with #B88C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88C2E; }
p { color: rgb(184,140,46); }
H1.HeaderClassName
{
color: #B88C2E;
}
.AnyTagClassName
{
color: #B88C2E;
}
</style>
background-color css
<style>
a { background-color: #B88C2E; }
a { background-color: rgb(184,140,46); }
div.DivClassName
{
background-color: #B88C2E;
}
.BgClassName
{
background-color: #B88C2E;
}
</style>
border-color css
<style>
span { border-color: #B88C2E; }
span { border-color: rgb(184,140,46); }
td.TdClassName
{
border-color: #B88C2E;
}
.TagClassName
{
border-color: #B88C2E;
}
</style>