Shades of Hokey Pokey #BC9132
Tints of Hokey Pokey #BC9132
RGB
CMYK
RGB Variations
Color information
#BC9132 (or 0xBC9132) is known color: Hokey Pokey. HEX triplet: BC, 91 and 32. RGB value is (188,145,50). Sum of RGB (Red+Green+Blue) = 188+145+50=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9132 is #436ECD. Grayscale: #939393. Windows color (decimal): -4419278 or 3314108. OLE color: 3314108.
HSL color Cylindrical-coordinate representation of color #BC9132: hue angle of 41.3º 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 #BC9132 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 50 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.26 |
| HSL | 41.3º | 0.58% | 0.47% | - |
| HSV(B) | 41.3º | 0.73% | 0.74% | - |
| XYZ | 31.44 | 31.17 | 7.38 | - |
| YUV | 147.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 50 | 0 | 0.23 | 0.73 | 0.26 | 41.3 | 0.58 | 0.47 |
| Hex | BC | 91 | 32 | 0 | 17 | 49 | 1A | 29 | 3A | 2F |
| Octal | 274 | 221 | 62 | 0 | 27 | 111 | 32 | 51 | 72 | 57 |
| Binary | 10111100 | 10010001 | 110010 | 0 | 10111 | 1001001 | 11010 | 101001 | 111010 | 101111 |
Color Harmonies of #BC9132
Complementary color
Monochromatic Colors of #BC9132
Black with #BC9132
Text Example
Text Example
White with #BC9132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9132; }
p { color: rgb(188,145,50); }
H1.HeaderClassName
{
color: #BC9132;
}
.AnyTagClassName
{
color: #BC9132;
}
</style>
background-color css
<style>
a { background-color: #BC9132; }
a { background-color: rgb(188,145,50); }
div.DivClassName
{
background-color: #BC9132;
}
.BgClassName
{
background-color: #BC9132;
}
</style>
border-color css
<style>
span { border-color: #BC9132; }
span { border-color: rgb(188,145,50); }
td.TdClassName
{
border-color: #BC9132;
}
.TagClassName
{
border-color: #BC9132;
}
</style>