Shades of Hokey Pokey #BC943A
Tints of Hokey Pokey #BC943A
RGB
CMYK
RGB Variations
Color information
#BC943A (or 0xBC943A) is known color: Hokey Pokey. HEX triplet: BC, 94 and 3A. RGB value is (188,148,58). Sum of RGB (Red+Green+Blue) = 188+148+58=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC943A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC943A is #436BC5. Grayscale: #969696. Windows color (decimal): -4418502 or 3839164. OLE color: 3839164.
HSL color Cylindrical-coordinate representation of color #BC943A: hue angle of 41.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC943A is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 58 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.26 |
| HSL | 41.54º | 0.53% | 0.48% | - |
| HSV(B) | 41.54º | 0.69% | 0.74% | - |
| XYZ | 32.09 | 32.18 | 8.52 | - |
| YUV | 149.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 58 | 0 | 0.21 | 0.69 | 0.26 | 41.54 | 0.53 | 0.48 |
| Hex | BC | 94 | 3A | 0 | 15 | 45 | 1A | 2A | 35 | 30 |
| Octal | 274 | 224 | 72 | 0 | 25 | 105 | 32 | 52 | 65 | 60 |
| Binary | 10111100 | 10010100 | 111010 | 0 | 10101 | 1000101 | 11010 | 101010 | 110101 | 110000 |
Color Harmonies of #BC943A
Complementary color
Monochromatic Colors of #BC943A
Black with #BC943A
Text Example
Text Example
White with #BC943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC943A; }
p { color: rgb(188,148,58); }
H1.HeaderClassName
{
color: #BC943A;
}
.AnyTagClassName
{
color: #BC943A;
}
</style>
background-color css
<style>
a { background-color: #BC943A; }
a { background-color: rgb(188,148,58); }
div.DivClassName
{
background-color: #BC943A;
}
.BgClassName
{
background-color: #BC943A;
}
</style>
border-color css
<style>
span { border-color: #BC943A; }
span { border-color: rgb(188,148,58); }
td.TdClassName
{
border-color: #BC943A;
}
.TagClassName
{
border-color: #BC943A;
}
</style>