Shades of Hokey Pokey #BC882D
Tints of Hokey Pokey #BC882D
RGB
CMYK
RGB Variations
Color information
#BC882D (or 0xBC882D) is known color: Hokey Pokey. HEX triplet: BC, 88 and 2D. RGB value is (188,136,45). Sum of RGB (Red+Green+Blue) = 188+136+45=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC882D is #4377D2. Grayscale: #8D8D8D. Windows color (decimal): -4421587 or 2984124. OLE color: 2984124.
HSL color Cylindrical-coordinate representation of color #BC882D: hue angle of 38.18º 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 #BC882D is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 45 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.26 |
| HSL | 38.18º | 0.61% | 0.46% | - |
| HSV(B) | 38.18º | 0.76% | 0.74% | - |
| XYZ | 30.02 | 28.49 | 6.4 | - |
| YUV | 141.17 | 73.73 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 45 | 0 | 0.28 | 0.76 | 0.26 | 38.18 | 0.61 | 0.46 |
| Hex | BC | 88 | 2D | 0 | 1C | 4C | 1A | 26 | 3D | 2E |
| Octal | 274 | 210 | 55 | 0 | 34 | 114 | 32 | 46 | 75 | 56 |
| Binary | 10111100 | 10001000 | 101101 | 0 | 11100 | 1001100 | 11010 | 100110 | 111101 | 101110 |
Color Harmonies of #BC882D
Complementary color
Monochromatic Colors of #BC882D
Black with #BC882D
Text Example
Text Example
White with #BC882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC882D; }
p { color: rgb(188,136,45); }
H1.HeaderClassName
{
color: #BC882D;
}
.AnyTagClassName
{
color: #BC882D;
}
</style>
background-color css
<style>
a { background-color: #BC882D; }
a { background-color: rgb(188,136,45); }
div.DivClassName
{
background-color: #BC882D;
}
.BgClassName
{
background-color: #BC882D;
}
</style>
border-color css
<style>
span { border-color: #BC882D; }
span { border-color: rgb(188,136,45); }
td.TdClassName
{
border-color: #BC882D;
}
.TagClassName
{
border-color: #BC882D;
}
</style>