Shades of Hokey Pokey #BC8630
Tints of Hokey Pokey #BC8630
RGB
CMYK
RGB Variations
Color information
#BC8630 (or 0xBC8630) is known color: Hokey Pokey. HEX triplet: BC, 86 and 30. RGB value is (188,134,48). Sum of RGB (Red+Green+Blue) = 188+134+48=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8630 is #4379CF. Grayscale: #8C8C8C. Windows color (decimal): -4422096 or 3180220. OLE color: 3180220.
HSL color Cylindrical-coordinate representation of color #BC8630: hue angle of 36.86º 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 #BC8630 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 48 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.26 |
| HSL | 36.86º | 0.59% | 0.46% | - |
| HSV(B) | 36.86º | 0.74% | 0.74% | - |
| XYZ | 29.8 | 27.95 | 6.62 | - |
| YUV | 140.34 | 75.89 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 48 | 0 | 0.29 | 0.74 | 0.26 | 36.86 | 0.59 | 0.46 |
| Hex | BC | 86 | 30 | 0 | 1D | 4A | 1A | 25 | 3B | 2E |
| Octal | 274 | 206 | 60 | 0 | 35 | 112 | 32 | 45 | 73 | 56 |
| Binary | 10111100 | 10000110 | 110000 | 0 | 11101 | 1001010 | 11010 | 100101 | 111011 | 101110 |
Color Harmonies of #BC8630
Complementary color
Monochromatic Colors of #BC8630
Black with #BC8630
Text Example
Text Example
White with #BC8630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8630; }
p { color: rgb(188,134,48); }
H1.HeaderClassName
{
color: #BC8630;
}
.AnyTagClassName
{
color: #BC8630;
}
</style>
background-color css
<style>
a { background-color: #BC8630; }
a { background-color: rgb(188,134,48); }
div.DivClassName
{
background-color: #BC8630;
}
.BgClassName
{
background-color: #BC8630;
}
</style>
border-color css
<style>
span { border-color: #BC8630; }
span { border-color: rgb(188,134,48); }
td.TdClassName
{
border-color: #BC8630;
}
.TagClassName
{
border-color: #BC8630;
}
</style>