Shades of Hokey Pokey #BC882C
Tints of Hokey Pokey #BC882C
RGB
CMYK
RGB Variations
Color information
#BC882C (or 0xBC882C) is known color: Hokey Pokey. HEX triplet: BC, 88 and 2C. RGB value is (188,136,44). Sum of RGB (Red+Green+Blue) = 188+136+44=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC882C is #4377D3. Grayscale: #8D8D8D. Windows color (decimal): -4421588 or 2918588. OLE color: 2918588.
HSL color Cylindrical-coordinate representation of color #BC882C: hue angle of 38.33º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC882C is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 44 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.26 |
| HSL | 38.33º | 0.62% | 0.45% | - |
| HSV(B) | 38.33º | 0.77% | 0.74% | - |
| XYZ | 30 | 28.48 | 6.3 | - |
| YUV | 141.06 | 73.23 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 44 | 0 | 0.28 | 0.77 | 0.26 | 38.33 | 0.62 | 0.45 |
| Hex | BC | 88 | 2C | 0 | 1C | 4D | 1A | 26 | 3E | 2D |
| Octal | 274 | 210 | 54 | 0 | 34 | 115 | 32 | 46 | 76 | 55 |
| Binary | 10111100 | 10001000 | 101100 | 0 | 11100 | 1001101 | 11010 | 100110 | 111110 | 101101 |
Color Harmonies of #BC882C
Complementary color
Monochromatic Colors of #BC882C
Black with #BC882C
Text Example
Text Example
White with #BC882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC882C; }
p { color: rgb(188,136,44); }
H1.HeaderClassName
{
color: #BC882C;
}
.AnyTagClassName
{
color: #BC882C;
}
</style>
background-color css
<style>
a { background-color: #BC882C; }
a { background-color: rgb(188,136,44); }
div.DivClassName
{
background-color: #BC882C;
}
.BgClassName
{
background-color: #BC882C;
}
</style>
border-color css
<style>
span { border-color: #BC882C; }
span { border-color: rgb(188,136,44); }
td.TdClassName
{
border-color: #BC882C;
}
.TagClassName
{
border-color: #BC882C;
}
</style>