Shades of Hokey Pokey #BC9032
Tints of Hokey Pokey #BC9032
RGB
CMYK
RGB Variations
Color information
#BC9032 (or 0xBC9032) is known color: Hokey Pokey. HEX triplet: BC, 90 and 32. RGB value is (188,144,50). Sum of RGB (Red+Green+Blue) = 188+144+50=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9032 is #436FCD. Grayscale: #929292. Windows color (decimal): -4419534 or 3313852. OLE color: 3313852.
HSL color Cylindrical-coordinate representation of color #BC9032: hue angle of 40.87º 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 #BC9032 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 50 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.26 |
| HSL | 40.87º | 0.58% | 0.47% | - |
| HSV(B) | 40.87º | 0.73% | 0.74% | - |
| XYZ | 31.29 | 30.87 | 7.33 | - |
| YUV | 146.44 | 73.58 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 50 | 0 | 0.23 | 0.73 | 0.26 | 40.87 | 0.58 | 0.47 |
| Hex | BC | 90 | 32 | 0 | 17 | 49 | 1A | 29 | 3A | 2F |
| Octal | 274 | 220 | 62 | 0 | 27 | 111 | 32 | 51 | 72 | 57 |
| Binary | 10111100 | 10010000 | 110010 | 0 | 10111 | 1001001 | 11010 | 101001 | 111010 | 101111 |
Color Harmonies of #BC9032
Complementary color
Monochromatic Colors of #BC9032
Black with #BC9032
Text Example
Text Example
White with #BC9032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9032; }
p { color: rgb(188,144,50); }
H1.HeaderClassName
{
color: #BC9032;
}
.AnyTagClassName
{
color: #BC9032;
}
</style>
background-color css
<style>
a { background-color: #BC9032; }
a { background-color: rgb(188,144,50); }
div.DivClassName
{
background-color: #BC9032;
}
.BgClassName
{
background-color: #BC9032;
}
</style>
border-color css
<style>
span { border-color: #BC9032; }
span { border-color: rgb(188,144,50); }
td.TdClassName
{
border-color: #BC9032;
}
.TagClassName
{
border-color: #BC9032;
}
</style>