Shades of Hokey Pokey #BC8D33
Tints of Hokey Pokey #BC8D33
RGB
CMYK
RGB Variations
Color information
#BC8D33 (or 0xBC8D33) is known color: Hokey Pokey. HEX triplet: BC, 8D and 33. RGB value is (188,141,51). Sum of RGB (Red+Green+Blue) = 188+141+51=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8D33 is #4372CC. Grayscale: #919191. Windows color (decimal): -4420301 or 3378620. OLE color: 3378620.
HSL color Cylindrical-coordinate representation of color #BC8D33: hue angle of 39.42º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC8D33 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 51 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.26 |
| HSL | 39.42º | 0.57% | 0.47% | - |
| HSV(B) | 39.42º | 0.73% | 0.74% | - |
| XYZ | 30.86 | 29.98 | 7.29 | - |
| YUV | 144.79 | 75.07 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 51 | 0 | 0.25 | 0.73 | 0.26 | 39.42 | 0.57 | 0.47 |
| Hex | BC | 8D | 33 | 0 | 19 | 49 | 1A | 27 | 39 | 2F |
| Octal | 274 | 215 | 63 | 0 | 31 | 111 | 32 | 47 | 71 | 57 |
| Binary | 10111100 | 10001101 | 110011 | 0 | 11001 | 1001001 | 11010 | 100111 | 111001 | 101111 |
Color Harmonies of #BC8D33
Complementary color
Monochromatic Colors of #BC8D33
Black with #BC8D33
Text Example
Text Example
White with #BC8D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D33; }
p { color: rgb(188,141,51); }
H1.HeaderClassName
{
color: #BC8D33;
}
.AnyTagClassName
{
color: #BC8D33;
}
</style>
background-color css
<style>
a { background-color: #BC8D33; }
a { background-color: rgb(188,141,51); }
div.DivClassName
{
background-color: #BC8D33;
}
.BgClassName
{
background-color: #BC8D33;
}
</style>
border-color css
<style>
span { border-color: #BC8D33; }
span { border-color: rgb(188,141,51); }
td.TdClassName
{
border-color: #BC8D33;
}
.TagClassName
{
border-color: #BC8D33;
}
</style>