Shades of Hokey Pokey #BC9234
Tints of Hokey Pokey #BC9234
RGB
CMYK
RGB Variations
Color information
#BC9234 (or 0xBC9234) is known color: Hokey Pokey. HEX triplet: BC, 92 and 34. RGB value is (188,146,52). Sum of RGB (Red+Green+Blue) = 188+146+52=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9234 is #436DCB. Grayscale: #949494. Windows color (decimal): -4419020 or 3445436. OLE color: 3445436.
HSL color Cylindrical-coordinate representation of color #BC9234: hue angle of 41.47º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC9234 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 52 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.26 |
| HSL | 41.47º | 0.57% | 0.47% | - |
| HSV(B) | 41.47º | 0.72% | 0.74% | - |
| XYZ | 31.64 | 31.5 | 7.66 | - |
| YUV | 147.84 | 73.91 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 52 | 0 | 0.22 | 0.72 | 0.26 | 41.47 | 0.57 | 0.47 |
| Hex | BC | 92 | 34 | 0 | 16 | 48 | 1A | 29 | 39 | 2F |
| Octal | 274 | 222 | 64 | 0 | 26 | 110 | 32 | 51 | 71 | 57 |
| Binary | 10111100 | 10010010 | 110100 | 0 | 10110 | 1001000 | 11010 | 101001 | 111001 | 101111 |
Color Harmonies of #BC9234
Complementary color
Monochromatic Colors of #BC9234
Black with #BC9234
Text Example
Text Example
White with #BC9234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9234; }
p { color: rgb(188,146,52); }
H1.HeaderClassName
{
color: #BC9234;
}
.AnyTagClassName
{
color: #BC9234;
}
</style>
background-color css
<style>
a { background-color: #BC9234; }
a { background-color: rgb(188,146,52); }
div.DivClassName
{
background-color: #BC9234;
}
.BgClassName
{
background-color: #BC9234;
}
</style>
border-color css
<style>
span { border-color: #BC9234; }
span { border-color: rgb(188,146,52); }
td.TdClassName
{
border-color: #BC9234;
}
.TagClassName
{
border-color: #BC9234;
}
</style>