Shades of Hokey Pokey #BC8C2F
Tints of Hokey Pokey #BC8C2F
RGB
CMYK
RGB Variations
Color information
#BC8C2F (or 0xBC8C2F) is known color: Hokey Pokey. HEX triplet: BC, 8C and 2F. RGB value is (188,140,47). Sum of RGB (Red+Green+Blue) = 188+140+47=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C2F is #4373D0. Grayscale: #909090. Windows color (decimal): -4420561 or 3116220. OLE color: 3116220.
HSL color Cylindrical-coordinate representation of color #BC8C2F: hue angle of 39.57º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC8C2F is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 47 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.26 |
| HSL | 39.57º | 0.6% | 0.46% | - |
| HSV(B) | 39.57º | 0.75% | 0.74% | - |
| XYZ | 30.63 | 29.65 | 6.8 | - |
| YUV | 143.75 | 73.4 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 47 | 0 | 0.26 | 0.75 | 0.26 | 39.57 | 0.6 | 0.46 |
| Hex | BC | 8C | 2F | 0 | 1A | 4B | 1A | 28 | 3C | 2E |
| Octal | 274 | 214 | 57 | 0 | 32 | 113 | 32 | 50 | 74 | 56 |
| Binary | 10111100 | 10001100 | 101111 | 0 | 11010 | 1001011 | 11010 | 101000 | 111100 | 101110 |
Color Harmonies of #BC8C2F
Complementary color
Monochromatic Colors of #BC8C2F
Black with #BC8C2F
Text Example
Text Example
White with #BC8C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C2F; }
p { color: rgb(188,140,47); }
H1.HeaderClassName
{
color: #BC8C2F;
}
.AnyTagClassName
{
color: #BC8C2F;
}
</style>
background-color css
<style>
a { background-color: #BC8C2F; }
a { background-color: rgb(188,140,47); }
div.DivClassName
{
background-color: #BC8C2F;
}
.BgClassName
{
background-color: #BC8C2F;
}
</style>
border-color css
<style>
span { border-color: #BC8C2F; }
span { border-color: rgb(188,140,47); }
td.TdClassName
{
border-color: #BC8C2F;
}
.TagClassName
{
border-color: #BC8C2F;
}
</style>