Shades of Hokey Pokey #BC9139
Tints of Hokey Pokey #BC9139
RGB
CMYK
RGB Variations
Color information
#BC9139 (or 0xBC9139) is known color: Hokey Pokey. HEX triplet: BC, 91 and 39. RGB value is (188,145,57). Sum of RGB (Red+Green+Blue) = 188+145+57=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9139 is #436EC6. Grayscale: #949494. Windows color (decimal): -4419271 or 3772860. OLE color: 3772860.
HSL color Cylindrical-coordinate representation of color #BC9139: hue angle of 40.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC9139 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 57 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.26 |
| HSL | 40.31º | 0.53% | 0.48% | - |
| HSV(B) | 40.31º | 0.7% | 0.74% | - |
| XYZ | 31.6 | 31.24 | 8.23 | - |
| YUV | 147.83 | 76.75 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 57 | 0 | 0.23 | 0.70 | 0.26 | 40.31 | 0.53 | 0.48 |
| Hex | BC | 91 | 39 | 0 | 17 | 46 | 1A | 28 | 35 | 30 |
| Octal | 274 | 221 | 71 | 0 | 27 | 106 | 32 | 50 | 65 | 60 |
| Binary | 10111100 | 10010001 | 111001 | 0 | 10111 | 1000110 | 11010 | 101000 | 110101 | 110000 |
Color Harmonies of #BC9139
Complementary color
Monochromatic Colors of #BC9139
Black with #BC9139
Text Example
Text Example
White with #BC9139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9139; }
p { color: rgb(188,145,57); }
H1.HeaderClassName
{
color: #BC9139;
}
.AnyTagClassName
{
color: #BC9139;
}
</style>
background-color css
<style>
a { background-color: #BC9139; }
a { background-color: rgb(188,145,57); }
div.DivClassName
{
background-color: #BC9139;
}
.BgClassName
{
background-color: #BC9139;
}
</style>
border-color css
<style>
span { border-color: #BC9139; }
span { border-color: rgb(188,145,57); }
td.TdClassName
{
border-color: #BC9139;
}
.TagClassName
{
border-color: #BC9139;
}
</style>