Shades of Hokey Pokey #BC933A
Tints of Hokey Pokey #BC933A
RGB
CMYK
RGB Variations
Color information
#BC933A (or 0xBC933A) is known color: Hokey Pokey. HEX triplet: BC, 93 and 3A. RGB value is (188,147,58). Sum of RGB (Red+Green+Blue) = 188+147+58=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC933A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC933A is #436CC5. Grayscale: #959595. Windows color (decimal): -4418758 or 3838908. OLE color: 3838908.
HSL color Cylindrical-coordinate representation of color #BC933A: hue angle of 41.08º 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 #BC933A is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 58 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.26 |
| HSL | 41.08º | 0.53% | 0.48% | - |
| HSV(B) | 41.08º | 0.69% | 0.74% | - |
| XYZ | 31.94 | 31.86 | 8.47 | - |
| YUV | 149.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 58 | 0 | 0.22 | 0.69 | 0.26 | 41.08 | 0.53 | 0.48 |
| Hex | BC | 93 | 3A | 0 | 16 | 45 | 1A | 29 | 35 | 30 |
| Octal | 274 | 223 | 72 | 0 | 26 | 105 | 32 | 51 | 65 | 60 |
| Binary | 10111100 | 10010011 | 111010 | 0 | 10110 | 1000101 | 11010 | 101001 | 110101 | 110000 |
Color Harmonies of #BC933A
Complementary color
Monochromatic Colors of #BC933A
Black with #BC933A
Text Example
Text Example
White with #BC933A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC933A; }
p { color: rgb(188,147,58); }
H1.HeaderClassName
{
color: #BC933A;
}
.AnyTagClassName
{
color: #BC933A;
}
</style>
background-color css
<style>
a { background-color: #BC933A; }
a { background-color: rgb(188,147,58); }
div.DivClassName
{
background-color: #BC933A;
}
.BgClassName
{
background-color: #BC933A;
}
</style>
border-color css
<style>
span { border-color: #BC933A; }
span { border-color: rgb(188,147,58); }
td.TdClassName
{
border-color: #BC933A;
}
.TagClassName
{
border-color: #BC933A;
}
</style>