Shades of Hokey Pokey #BC882B
Tints of Hokey Pokey #BC882B
RGB
CMYK
RGB Variations
Color information
#BC882B (or 0xBC882B) is known color: Hokey Pokey. HEX triplet: BC, 88 and 2B. RGB value is (188,136,43). Sum of RGB (Red+Green+Blue) = 188+136+43=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC882B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC882B is #4377D4. Grayscale: #8D8D8D. Windows color (decimal): -4421589 or 2853052. OLE color: 2853052.
HSL color Cylindrical-coordinate representation of color #BC882B: hue angle of 38.48º degrees, saturation: 0.63, 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 #BC882B is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 43 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.26 |
| HSL | 38.48º | 0.63% | 0.45% | - |
| HSV(B) | 38.48º | 0.77% | 0.74% | - |
| XYZ | 29.98 | 28.47 | 6.2 | - |
| YUV | 140.95 | 72.73 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 43 | 0 | 0.28 | 0.77 | 0.26 | 38.48 | 0.63 | 0.45 |
| Hex | BC | 88 | 2B | 0 | 1C | 4D | 1A | 26 | 3F | 2D |
| Octal | 274 | 210 | 53 | 0 | 34 | 115 | 32 | 46 | 77 | 55 |
| Binary | 10111100 | 10001000 | 101011 | 0 | 11100 | 1001101 | 11010 | 100110 | 111111 | 101101 |
Color Harmonies of #BC882B
Complementary color
Monochromatic Colors of #BC882B
Black with #BC882B
Text Example
Text Example
White with #BC882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC882B; }
p { color: rgb(188,136,43); }
H1.HeaderClassName
{
color: #BC882B;
}
.AnyTagClassName
{
color: #BC882B;
}
</style>
background-color css
<style>
a { background-color: #BC882B; }
a { background-color: rgb(188,136,43); }
div.DivClassName
{
background-color: #BC882B;
}
.BgClassName
{
background-color: #BC882B;
}
</style>
border-color css
<style>
span { border-color: #BC882B; }
span { border-color: rgb(188,136,43); }
td.TdClassName
{
border-color: #BC882B;
}
.TagClassName
{
border-color: #BC882B;
}
</style>