Shades of Hokey Pokey #BC9130
Tints of Hokey Pokey #BC9130
RGB
CMYK
RGB Variations
Color information
#BC9130 (or 0xBC9130) is known color: Hokey Pokey. HEX triplet: BC, 91 and 30. RGB value is (188,145,48). Sum of RGB (Red+Green+Blue) = 188+145+48=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9130 is #436ECF. Grayscale: #939393. Windows color (decimal): -4419280 or 3183036. OLE color: 3183036.
HSL color Cylindrical-coordinate representation of color #BC9130: hue angle of 41.57º 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 #BC9130 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 48 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.26 |
| HSL | 41.57º | 0.59% | 0.46% | - |
| HSV(B) | 41.57º | 0.74% | 0.74% | - |
| XYZ | 31.4 | 31.16 | 7.16 | - |
| YUV | 146.8 | 72.25 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 48 | 0 | 0.23 | 0.74 | 0.26 | 41.57 | 0.59 | 0.46 |
| Hex | BC | 91 | 30 | 0 | 17 | 4A | 1A | 2A | 3B | 2E |
| Octal | 274 | 221 | 60 | 0 | 27 | 112 | 32 | 52 | 73 | 56 |
| Binary | 10111100 | 10010001 | 110000 | 0 | 10111 | 1001010 | 11010 | 101010 | 111011 | 101110 |
Color Harmonies of #BC9130
Complementary color
Monochromatic Colors of #BC9130
Black with #BC9130
Text Example
Text Example
White with #BC9130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9130; }
p { color: rgb(188,145,48); }
H1.HeaderClassName
{
color: #BC9130;
}
.AnyTagClassName
{
color: #BC9130;
}
</style>
background-color css
<style>
a { background-color: #BC9130; }
a { background-color: rgb(188,145,48); }
div.DivClassName
{
background-color: #BC9130;
}
.BgClassName
{
background-color: #BC9130;
}
</style>
border-color css
<style>
span { border-color: #BC9130; }
span { border-color: rgb(188,145,48); }
td.TdClassName
{
border-color: #BC9130;
}
.TagClassName
{
border-color: #BC9130;
}
</style>