Shades of Hokey Pokey #BC8632
Tints of Hokey Pokey #BC8632
RGB
CMYK
RGB Variations
Color information
#BC8632 (or 0xBC8632) is known color: Hokey Pokey. HEX triplet: BC, 86 and 32. RGB value is (188,134,50). Sum of RGB (Red+Green+Blue) = 188+134+50=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8632 is #4379CD. Grayscale: #8C8C8C. Windows color (decimal): -4422094 or 3311292. OLE color: 3311292.
HSL color Cylindrical-coordinate representation of color #BC8632: hue angle of 36.52º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC8632 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 50 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.26 |
| HSL | 36.52º | 0.58% | 0.47% | - |
| HSV(B) | 36.52º | 0.73% | 0.74% | - |
| XYZ | 29.84 | 27.97 | 6.84 | - |
| YUV | 140.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 50 | 0 | 0.29 | 0.73 | 0.26 | 36.52 | 0.58 | 0.47 |
| Hex | BC | 86 | 32 | 0 | 1D | 49 | 1A | 25 | 3A | 2F |
| Octal | 274 | 206 | 62 | 0 | 35 | 111 | 32 | 45 | 72 | 57 |
| Binary | 10111100 | 10000110 | 110010 | 0 | 11101 | 1001001 | 11010 | 100101 | 111010 | 101111 |
Color Harmonies of #BC8632
Complementary color
Monochromatic Colors of #BC8632
Black with #BC8632
Text Example
Text Example
White with #BC8632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8632; }
p { color: rgb(188,134,50); }
H1.HeaderClassName
{
color: #BC8632;
}
.AnyTagClassName
{
color: #BC8632;
}
</style>
background-color css
<style>
a { background-color: #BC8632; }
a { background-color: rgb(188,134,50); }
div.DivClassName
{
background-color: #BC8632;
}
.BgClassName
{
background-color: #BC8632;
}
</style>
border-color css
<style>
span { border-color: #BC8632; }
span { border-color: rgb(188,134,50); }
td.TdClassName
{
border-color: #BC8632;
}
.TagClassName
{
border-color: #BC8632;
}
</style>