Shades of Hokey Pokey #BC8830
Tints of Hokey Pokey #BC8830
RGB
CMYK
RGB Variations
Color information
#BC8830 (or 0xBC8830) is known color: Hokey Pokey. HEX triplet: BC, 88 and 30. RGB value is (188,136,48). Sum of RGB (Red+Green+Blue) = 188+136+48=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8830 is #4377CF. Grayscale: #8D8D8D. Windows color (decimal): -4421584 or 3180732. OLE color: 3180732.
HSL color Cylindrical-coordinate representation of color #BC8830: hue angle of 37.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC8830 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 48 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.26 |
| HSL | 37.71º | 0.59% | 0.46% | - |
| HSV(B) | 37.71º | 0.74% | 0.74% | - |
| XYZ | 30.08 | 28.51 | 6.71 | - |
| YUV | 141.52 | 75.23 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 48 | 0 | 0.28 | 0.74 | 0.26 | 37.71 | 0.59 | 0.46 |
| Hex | BC | 88 | 30 | 0 | 1C | 4A | 1A | 26 | 3B | 2E |
| Octal | 274 | 210 | 60 | 0 | 34 | 112 | 32 | 46 | 73 | 56 |
| Binary | 10111100 | 10001000 | 110000 | 0 | 11100 | 1001010 | 11010 | 100110 | 111011 | 101110 |
Color Harmonies of #BC8830
Complementary color
Monochromatic Colors of #BC8830
Black with #BC8830
Text Example
Text Example
White with #BC8830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8830; }
p { color: rgb(188,136,48); }
H1.HeaderClassName
{
color: #BC8830;
}
.AnyTagClassName
{
color: #BC8830;
}
</style>
background-color css
<style>
a { background-color: #BC8830; }
a { background-color: rgb(188,136,48); }
div.DivClassName
{
background-color: #BC8830;
}
.BgClassName
{
background-color: #BC8830;
}
</style>
border-color css
<style>
span { border-color: #BC8830; }
span { border-color: rgb(188,136,48); }
td.TdClassName
{
border-color: #BC8830;
}
.TagClassName
{
border-color: #BC8830;
}
</style>