Shades of Hokey Pokey #BC9935
Tints of Hokey Pokey #BC9935
RGB
CMYK
RGB Variations
Color information
#BC9935 (or 0xBC9935) is known color: Hokey Pokey. HEX triplet: BC, 99 and 35. RGB value is (188,153,53). Sum of RGB (Red+Green+Blue) = 188+153+53=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9935 is #4366CA. Grayscale: #989898. Windows color (decimal): -4417227 or 3512764. OLE color: 3512764.
HSL color Cylindrical-coordinate representation of color #BC9935: hue angle of 44.44º degrees, saturation: 0.56, 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 #BC9935 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 53 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.26 |
| HSL | 44.44º | 0.56% | 0.47% | - |
| HSV(B) | 44.44º | 0.72% | 0.74% | - |
| XYZ | 32.77 | 33.73 | 8.15 | - |
| YUV | 152.07 | 72.1 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 53 | 0 | 0.19 | 0.72 | 0.26 | 44.44 | 0.56 | 0.47 |
| Hex | BC | 99 | 35 | 0 | 13 | 48 | 1A | 2C | 38 | 2F |
| Octal | 274 | 231 | 65 | 0 | 23 | 110 | 32 | 54 | 70 | 57 |
| Binary | 10111100 | 10011001 | 110101 | 0 | 10011 | 1001000 | 11010 | 101100 | 111000 | 101111 |
Color Harmonies of #BC9935
Complementary color
Monochromatic Colors of #BC9935
Black with #BC9935
Text Example
Text Example
White with #BC9935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9935; }
p { color: rgb(188,153,53); }
H1.HeaderClassName
{
color: #BC9935;
}
.AnyTagClassName
{
color: #BC9935;
}
</style>
background-color css
<style>
a { background-color: #BC9935; }
a { background-color: rgb(188,153,53); }
div.DivClassName
{
background-color: #BC9935;
}
.BgClassName
{
background-color: #BC9935;
}
</style>
border-color css
<style>
span { border-color: #BC9935; }
span { border-color: rgb(188,153,53); }
td.TdClassName
{
border-color: #BC9935;
}
.TagClassName
{
border-color: #BC9935;
}
</style>