Shades of Hokey Pokey #BC8832
Tints of Hokey Pokey #BC8832
RGB
CMYK
RGB Variations
Color information
#BC8832 (or 0xBC8832) is known color: Hokey Pokey. HEX triplet: BC, 88 and 32. RGB value is (188,136,50). Sum of RGB (Red+Green+Blue) = 188+136+50=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8832 is #4377CD. Grayscale: #8E8E8E. Windows color (decimal): -4421582 or 3311804. OLE color: 3311804.
HSL color Cylindrical-coordinate representation of color #BC8832: hue angle of 37.39º degrees, saturation: 0.58, 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 #BC8832 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 50 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.26 |
| HSL | 37.39º | 0.58% | 0.47% | - |
| HSV(B) | 37.39º | 0.73% | 0.74% | - |
| XYZ | 30.12 | 28.53 | 6.94 | - |
| YUV | 141.74 | 76.23 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 50 | 0 | 0.28 | 0.73 | 0.26 | 37.39 | 0.58 | 0.47 |
| Hex | BC | 88 | 32 | 0 | 1C | 49 | 1A | 25 | 3A | 2F |
| Octal | 274 | 210 | 62 | 0 | 34 | 111 | 32 | 45 | 72 | 57 |
| Binary | 10111100 | 10001000 | 110010 | 0 | 11100 | 1001001 | 11010 | 100101 | 111010 | 101111 |
Color Harmonies of #BC8832
Complementary color
Monochromatic Colors of #BC8832
Black with #BC8832
Text Example
Text Example
White with #BC8832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8832; }
p { color: rgb(188,136,50); }
H1.HeaderClassName
{
color: #BC8832;
}
.AnyTagClassName
{
color: #BC8832;
}
</style>
background-color css
<style>
a { background-color: #BC8832; }
a { background-color: rgb(188,136,50); }
div.DivClassName
{
background-color: #BC8832;
}
.BgClassName
{
background-color: #BC8832;
}
</style>
border-color css
<style>
span { border-color: #BC8832; }
span { border-color: rgb(188,136,50); }
td.TdClassName
{
border-color: #BC8832;
}
.TagClassName
{
border-color: #BC8832;
}
</style>