Shades of Hokey Pokey #BC8931
Tints of Hokey Pokey #BC8931
RGB
CMYK
RGB Variations
Color information
#BC8931 (or 0xBC8931) is known color: Hokey Pokey. HEX triplet: BC, 89 and 31. RGB value is (188,137,49). Sum of RGB (Red+Green+Blue) = 188+137+49=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8931 is #4376CE. Grayscale: #8E8E8E. Windows color (decimal): -4421327 or 3246524. OLE color: 3246524.
HSL color Cylindrical-coordinate representation of color #BC8931: hue angle of 37.99º 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 #BC8931 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 49 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.26 |
| HSL | 37.99º | 0.59% | 0.46% | - |
| HSV(B) | 37.99º | 0.74% | 0.74% | - |
| XYZ | 30.24 | 28.8 | 6.87 | - |
| YUV | 142.22 | 75.4 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 49 | 0 | 0.27 | 0.74 | 0.26 | 37.99 | 0.59 | 0.46 |
| Hex | BC | 89 | 31 | 0 | 1B | 4A | 1A | 26 | 3B | 2E |
| Octal | 274 | 211 | 61 | 0 | 33 | 112 | 32 | 46 | 73 | 56 |
| Binary | 10111100 | 10001001 | 110001 | 0 | 11011 | 1001010 | 11010 | 100110 | 111011 | 101110 |
Color Harmonies of #BC8931
Complementary color
Monochromatic Colors of #BC8931
Black with #BC8931
Text Example
Text Example
White with #BC8931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8931; }
p { color: rgb(188,137,49); }
H1.HeaderClassName
{
color: #BC8931;
}
.AnyTagClassName
{
color: #BC8931;
}
</style>
background-color css
<style>
a { background-color: #BC8931; }
a { background-color: rgb(188,137,49); }
div.DivClassName
{
background-color: #BC8931;
}
.BgClassName
{
background-color: #BC8931;
}
</style>
border-color css
<style>
span { border-color: #BC8931; }
span { border-color: rgb(188,137,49); }
td.TdClassName
{
border-color: #BC8931;
}
.TagClassName
{
border-color: #BC8931;
}
</style>