Shades of Hokey Pokey #BC8F2F
Tints of Hokey Pokey #BC8F2F
RGB
CMYK
RGB Variations
Color information
#BC8F2F (or 0xBC8F2F) is known color: Hokey Pokey. HEX triplet: BC, 8F and 2F. RGB value is (188,143,47). Sum of RGB (Red+Green+Blue) = 188+143+47=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F2F is #4370D0. Grayscale: #919191. Windows color (decimal): -4419793 or 3116988. OLE color: 3116988.
HSL color Cylindrical-coordinate representation of color #BC8F2F: hue angle of 40.85º 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 #BC8F2F is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 47 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.26 |
| HSL | 40.85º | 0.6% | 0.46% | - |
| HSV(B) | 40.85º | 0.75% | 0.74% | - |
| XYZ | 31.07 | 30.54 | 6.95 | - |
| YUV | 145.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 47 | 0 | 0.24 | 0.75 | 0.26 | 40.85 | 0.6 | 0.46 |
| Hex | BC | 8F | 2F | 0 | 18 | 4B | 1A | 29 | 3C | 2E |
| Octal | 274 | 217 | 57 | 0 | 30 | 113 | 32 | 51 | 74 | 56 |
| Binary | 10111100 | 10001111 | 101111 | 0 | 11000 | 1001011 | 11010 | 101001 | 111100 | 101110 |
Color Harmonies of #BC8F2F
Complementary color
Monochromatic Colors of #BC8F2F
Black with #BC8F2F
Text Example
Text Example
White with #BC8F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F2F; }
p { color: rgb(188,143,47); }
H1.HeaderClassName
{
color: #BC8F2F;
}
.AnyTagClassName
{
color: #BC8F2F;
}
</style>
background-color css
<style>
a { background-color: #BC8F2F; }
a { background-color: rgb(188,143,47); }
div.DivClassName
{
background-color: #BC8F2F;
}
.BgClassName
{
background-color: #BC8F2F;
}
</style>
border-color css
<style>
span { border-color: #BC8F2F; }
span { border-color: rgb(188,143,47); }
td.TdClassName
{
border-color: #BC8F2F;
}
.TagClassName
{
border-color: #BC8F2F;
}
</style>