Shades of Hokey Pokey #BC9835
Tints of Hokey Pokey #BC9835
RGB
CMYK
RGB Variations
Color information
#BC9835 (or 0xBC9835) is known color: Hokey Pokey. HEX triplet: BC, 98 and 35. RGB value is (188,152,53). Sum of RGB (Red+Green+Blue) = 188+152+53=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9835 is #4367CA. Grayscale: #979797. Windows color (decimal): -4417483 or 3512508. OLE color: 3512508.
HSL color Cylindrical-coordinate representation of color #BC9835: hue angle of 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 #BC9835 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 53 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.26 |
| HSL | 44º | 0.56% | 0.47% | - |
| HSV(B) | 44º | 0.72% | 0.74% | - |
| XYZ | 32.61 | 33.4 | 8.1 | - |
| YUV | 151.48 | 72.43 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 53 | 0 | 0.19 | 0.72 | 0.26 | 44 | 0.56 | 0.47 |
| Hex | BC | 98 | 35 | 0 | 13 | 48 | 1A | 2C | 38 | 2F |
| Octal | 274 | 230 | 65 | 0 | 23 | 110 | 32 | 54 | 70 | 57 |
| Binary | 10111100 | 10011000 | 110101 | 0 | 10011 | 1001000 | 11010 | 101100 | 111000 | 101111 |
Color Harmonies of #BC9835
Complementary color
Monochromatic Colors of #BC9835
Black with #BC9835
Text Example
Text Example
White with #BC9835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9835; }
p { color: rgb(188,152,53); }
H1.HeaderClassName
{
color: #BC9835;
}
.AnyTagClassName
{
color: #BC9835;
}
</style>
background-color css
<style>
a { background-color: #BC9835; }
a { background-color: rgb(188,152,53); }
div.DivClassName
{
background-color: #BC9835;
}
.BgClassName
{
background-color: #BC9835;
}
</style>
border-color css
<style>
span { border-color: #BC9835; }
span { border-color: rgb(188,152,53); }
td.TdClassName
{
border-color: #BC9835;
}
.TagClassName
{
border-color: #BC9835;
}
</style>