Shades of Hokey Pokey #BC9038
Tints of Hokey Pokey #BC9038
RGB
CMYK
RGB Variations
Color information
#BC9038 (or 0xBC9038) is known color: Hokey Pokey. HEX triplet: BC, 90 and 38. RGB value is (188,144,56). Sum of RGB (Red+Green+Blue) = 188+144+56=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9038 is #436FC7. Grayscale: #939393. Windows color (decimal): -4419528 or 3707068. OLE color: 3707068.
HSL color Cylindrical-coordinate representation of color #BC9038: hue angle of 40º degrees, saturation: 0.54, 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 #BC9038 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 144 | 56 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.26 |
| HSL | 40º | 0.54% | 0.48% | - |
| HSV(B) | 40º | 0.7% | 0.74% | - |
| XYZ | 31.43 | 30.92 | 8.05 | - |
| YUV | 147.12 | 76.58 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 56 | 0 | 0.23 | 0.70 | 0.26 | 40 | 0.54 | 0.48 |
| Hex | BC | 90 | 38 | 0 | 17 | 46 | 1A | 28 | 36 | 30 |
| Octal | 274 | 220 | 70 | 0 | 27 | 106 | 32 | 50 | 66 | 60 |
| Binary | 10111100 | 10010000 | 111000 | 0 | 10111 | 1000110 | 11010 | 101000 | 110110 | 110000 |
Color Harmonies of #BC9038
Complementary color
Monochromatic Colors of #BC9038
Black with #BC9038
Text Example
Text Example
White with #BC9038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9038; }
p { color: rgb(188,144,56); }
H1.HeaderClassName
{
color: #BC9038;
}
.AnyTagClassName
{
color: #BC9038;
}
</style>
background-color css
<style>
a { background-color: #BC9038; }
a { background-color: rgb(188,144,56); }
div.DivClassName
{
background-color: #BC9038;
}
.BgClassName
{
background-color: #BC9038;
}
</style>
border-color css
<style>
span { border-color: #BC9038; }
span { border-color: rgb(188,144,56); }
td.TdClassName
{
border-color: #BC9038;
}
.TagClassName
{
border-color: #BC9038;
}
</style>