Shades of Hokey Pokey #BC9934
Tints of Hokey Pokey #BC9934
RGB
CMYK
RGB Variations
Color information
#BC9934 (or 0xBC9934) is known color: Hokey Pokey. HEX triplet: BC, 99 and 34. RGB value is (188,153,52). Sum of RGB (Red+Green+Blue) = 188+153+52=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9934 is #4366CB. Grayscale: #989898. Windows color (decimal): -4417228 or 3447228. OLE color: 3447228.
HSL color Cylindrical-coordinate representation of color #BC9934: hue angle of 44.56º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC9934 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 52 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.26 |
| HSL | 44.56º | 0.57% | 0.47% | - |
| HSV(B) | 44.56º | 0.72% | 0.74% | - |
| XYZ | 32.75 | 33.72 | 8.03 | - |
| YUV | 151.95 | 71.6 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 52 | 0 | 0.19 | 0.72 | 0.26 | 44.56 | 0.57 | 0.47 |
| Hex | BC | 99 | 34 | 0 | 13 | 48 | 1A | 2D | 39 | 2F |
| Octal | 274 | 231 | 64 | 0 | 23 | 110 | 32 | 55 | 71 | 57 |
| Binary | 10111100 | 10011001 | 110100 | 0 | 10011 | 1001000 | 11010 | 101101 | 111001 | 101111 |
Color Harmonies of #BC9934
Complementary color
Monochromatic Colors of #BC9934
Black with #BC9934
Text Example
Text Example
White with #BC9934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9934; }
p { color: rgb(188,153,52); }
H1.HeaderClassName
{
color: #BC9934;
}
.AnyTagClassName
{
color: #BC9934;
}
</style>
background-color css
<style>
a { background-color: #BC9934; }
a { background-color: rgb(188,153,52); }
div.DivClassName
{
background-color: #BC9934;
}
.BgClassName
{
background-color: #BC9934;
}
</style>
border-color css
<style>
span { border-color: #BC9934; }
span { border-color: rgb(188,153,52); }
td.TdClassName
{
border-color: #BC9934;
}
.TagClassName
{
border-color: #BC9934;
}
</style>