Shades of Hokey Pokey #BC8C34
Tints of Hokey Pokey #BC8C34
RGB
CMYK
RGB Variations
Color information
#BC8C34 (or 0xBC8C34) is known color: Hokey Pokey. HEX triplet: BC, 8C and 34. RGB value is (188,140,52). Sum of RGB (Red+Green+Blue) = 188+140+52=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C34 is #4373CB. Grayscale: #909090. Windows color (decimal): -4420556 or 3443900. OLE color: 3443900.
HSL color Cylindrical-coordinate representation of color #BC8C34: hue angle of 38.82º 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 #BC8C34 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 52 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.26 |
| HSL | 38.82º | 0.57% | 0.47% | - |
| HSV(B) | 38.82º | 0.72% | 0.74% | - |
| XYZ | 30.74 | 29.7 | 7.36 | - |
| YUV | 144.32 | 75.9 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 52 | 0 | 0.26 | 0.72 | 0.26 | 38.82 | 0.57 | 0.47 |
| Hex | BC | 8C | 34 | 0 | 1A | 48 | 1A | 27 | 39 | 2F |
| Octal | 274 | 214 | 64 | 0 | 32 | 110 | 32 | 47 | 71 | 57 |
| Binary | 10111100 | 10001100 | 110100 | 0 | 11010 | 1001000 | 11010 | 100111 | 111001 | 101111 |
Color Harmonies of #BC8C34
Complementary color
Monochromatic Colors of #BC8C34
Black with #BC8C34
Text Example
Text Example
White with #BC8C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C34; }
p { color: rgb(188,140,52); }
H1.HeaderClassName
{
color: #BC8C34;
}
.AnyTagClassName
{
color: #BC8C34;
}
</style>
background-color css
<style>
a { background-color: #BC8C34; }
a { background-color: rgb(188,140,52); }
div.DivClassName
{
background-color: #BC8C34;
}
.BgClassName
{
background-color: #BC8C34;
}
</style>
border-color css
<style>
span { border-color: #BC8C34; }
span { border-color: rgb(188,140,52); }
td.TdClassName
{
border-color: #BC8C34;
}
.TagClassName
{
border-color: #BC8C34;
}
</style>