Shades of Hokey Pokey #BC8F33
Tints of Hokey Pokey #BC8F33
RGB
CMYK
RGB Variations
Color information
#BC8F33 (or 0xBC8F33) is known color: Hokey Pokey. HEX triplet: BC, 8F and 33. RGB value is (188,143,51). Sum of RGB (Red+Green+Blue) = 188+143+51=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8F33 is #4370CC. Grayscale: #929292. Windows color (decimal): -4419789 or 3379132. OLE color: 3379132.
HSL color Cylindrical-coordinate representation of color #BC8F33: hue angle of 40.29º 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 #BC8F33 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 51 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.26 |
| HSL | 40.29º | 0.57% | 0.47% | - |
| HSV(B) | 40.29º | 0.73% | 0.74% | - |
| XYZ | 31.16 | 30.58 | 7.39 | - |
| YUV | 145.97 | 74.41 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 51 | 0 | 0.24 | 0.73 | 0.26 | 40.29 | 0.57 | 0.47 |
| Hex | BC | 8F | 33 | 0 | 18 | 49 | 1A | 28 | 39 | 2F |
| Octal | 274 | 217 | 63 | 0 | 30 | 111 | 32 | 50 | 71 | 57 |
| Binary | 10111100 | 10001111 | 110011 | 0 | 11000 | 1001001 | 11010 | 101000 | 111001 | 101111 |
Color Harmonies of #BC8F33
Complementary color
Monochromatic Colors of #BC8F33
Black with #BC8F33
Text Example
Text Example
White with #BC8F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F33; }
p { color: rgb(188,143,51); }
H1.HeaderClassName
{
color: #BC8F33;
}
.AnyTagClassName
{
color: #BC8F33;
}
</style>
background-color css
<style>
a { background-color: #BC8F33; }
a { background-color: rgb(188,143,51); }
div.DivClassName
{
background-color: #BC8F33;
}
.BgClassName
{
background-color: #BC8F33;
}
</style>
border-color css
<style>
span { border-color: #BC8F33; }
span { border-color: rgb(188,143,51); }
td.TdClassName
{
border-color: #BC8F33;
}
.TagClassName
{
border-color: #BC8F33;
}
</style>