Shades of Hokey Pokey #BC9131
Tints of Hokey Pokey #BC9131
RGB
CMYK
RGB Variations
Color information
#BC9131 (or 0xBC9131) is known color: Hokey Pokey. HEX triplet: BC, 91 and 31. RGB value is (188,145,49). Sum of RGB (Red+Green+Blue) = 188+145+49=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9131 is #436ECE. Grayscale: #939393. Windows color (decimal): -4419279 or 3248572. OLE color: 3248572.
HSL color Cylindrical-coordinate representation of color #BC9131: hue angle of 41.44º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC9131 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 49 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.26 |
| HSL | 41.44º | 0.59% | 0.46% | - |
| HSV(B) | 41.44º | 0.74% | 0.74% | - |
| XYZ | 31.42 | 31.16 | 7.27 | - |
| YUV | 146.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 49 | 0 | 0.23 | 0.74 | 0.26 | 41.44 | 0.59 | 0.46 |
| Hex | BC | 91 | 31 | 0 | 17 | 4A | 1A | 29 | 3B | 2E |
| Octal | 274 | 221 | 61 | 0 | 27 | 112 | 32 | 51 | 73 | 56 |
| Binary | 10111100 | 10010001 | 110001 | 0 | 10111 | 1001010 | 11010 | 101001 | 111011 | 101110 |
Color Harmonies of #BC9131
Complementary color
Monochromatic Colors of #BC9131
Black with #BC9131
Text Example
Text Example
White with #BC9131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9131; }
p { color: rgb(188,145,49); }
H1.HeaderClassName
{
color: #BC9131;
}
.AnyTagClassName
{
color: #BC9131;
}
</style>
background-color css
<style>
a { background-color: #BC9131; }
a { background-color: rgb(188,145,49); }
div.DivClassName
{
background-color: #BC9131;
}
.BgClassName
{
background-color: #BC9131;
}
</style>
border-color css
<style>
span { border-color: #BC9131; }
span { border-color: rgb(188,145,49); }
td.TdClassName
{
border-color: #BC9131;
}
.TagClassName
{
border-color: #BC9131;
}
</style>