Shades of Hokey Pokey #BC8C2D
Tints of Hokey Pokey #BC8C2D
RGB
CMYK
RGB Variations
Color information
#BC8C2D (or 0xBC8C2D) is known color: Hokey Pokey. HEX triplet: BC, 8C and 2D. RGB value is (188,140,45). Sum of RGB (Red+Green+Blue) = 188+140+45=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C2D is #4373D2. Grayscale: #8F8F8F. Windows color (decimal): -4420563 or 2985148. OLE color: 2985148.
HSL color Cylindrical-coordinate representation of color #BC8C2D: hue angle of 39.86º 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 #BC8C2D is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 45 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.26 |
| HSL | 39.86º | 0.61% | 0.46% | - |
| HSV(B) | 39.86º | 0.76% | 0.74% | - |
| XYZ | 30.59 | 29.64 | 6.59 | - |
| YUV | 143.52 | 72.4 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 45 | 0 | 0.26 | 0.76 | 0.26 | 39.86 | 0.61 | 0.46 |
| Hex | BC | 8C | 2D | 0 | 1A | 4C | 1A | 28 | 3D | 2E |
| Octal | 274 | 214 | 55 | 0 | 32 | 114 | 32 | 50 | 75 | 56 |
| Binary | 10111100 | 10001100 | 101101 | 0 | 11010 | 1001100 | 11010 | 101000 | 111101 | 101110 |
Color Harmonies of #BC8C2D
Complementary color
Monochromatic Colors of #BC8C2D
Black with #BC8C2D
Text Example
Text Example
White with #BC8C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C2D; }
p { color: rgb(188,140,45); }
H1.HeaderClassName
{
color: #BC8C2D;
}
.AnyTagClassName
{
color: #BC8C2D;
}
</style>
background-color css
<style>
a { background-color: #BC8C2D; }
a { background-color: rgb(188,140,45); }
div.DivClassName
{
background-color: #BC8C2D;
}
.BgClassName
{
background-color: #BC8C2D;
}
</style>
border-color css
<style>
span { border-color: #BC8C2D; }
span { border-color: rgb(188,140,45); }
td.TdClassName
{
border-color: #BC8C2D;
}
.TagClassName
{
border-color: #BC8C2D;
}
</style>