Shades of Hokey Pokey #BC8C2E
Tints of Hokey Pokey #BC8C2E
RGB
CMYK
RGB Variations
Color information
#BC8C2E (or 0xBC8C2E) is known color: Hokey Pokey. HEX triplet: BC, 8C and 2E. RGB value is (188,140,46). Sum of RGB (Red+Green+Blue) = 188+140+46=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C2E is #4373D1. Grayscale: #909090. Windows color (decimal): -4420562 or 3050684. OLE color: 3050684.
HSL color Cylindrical-coordinate representation of color #BC8C2E: hue angle of 39.72º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC8C2E is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 46 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.26 |
| HSL | 39.72º | 0.61% | 0.46% | - |
| HSV(B) | 39.72º | 0.76% | 0.74% | - |
| XYZ | 30.61 | 29.64 | 6.69 | - |
| YUV | 143.64 | 72.9 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 46 | 0 | 0.26 | 0.76 | 0.26 | 39.72 | 0.61 | 0.46 |
| Hex | BC | 8C | 2E | 0 | 1A | 4C | 1A | 28 | 3D | 2E |
| Octal | 274 | 214 | 56 | 0 | 32 | 114 | 32 | 50 | 75 | 56 |
| Binary | 10111100 | 10001100 | 101110 | 0 | 11010 | 1001100 | 11010 | 101000 | 111101 | 101110 |
Color Harmonies of #BC8C2E
Complementary color
Monochromatic Colors of #BC8C2E
Black with #BC8C2E
Text Example
Text Example
White with #BC8C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C2E; }
p { color: rgb(188,140,46); }
H1.HeaderClassName
{
color: #BC8C2E;
}
.AnyTagClassName
{
color: #BC8C2E;
}
</style>
background-color css
<style>
a { background-color: #BC8C2E; }
a { background-color: rgb(188,140,46); }
div.DivClassName
{
background-color: #BC8C2E;
}
.BgClassName
{
background-color: #BC8C2E;
}
</style>
border-color css
<style>
span { border-color: #BC8C2E; }
span { border-color: rgb(188,140,46); }
td.TdClassName
{
border-color: #BC8C2E;
}
.TagClassName
{
border-color: #BC8C2E;
}
</style>