Shades of Hokey Pokey #BC8B34
Tints of Hokey Pokey #BC8B34
RGB
CMYK
RGB Variations
Color information
#BC8B34 (or 0xBC8B34) is known color: Hokey Pokey. HEX triplet: BC, 8B and 34. RGB value is (188,139,52). Sum of RGB (Red+Green+Blue) = 188+139+52=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B34 is #4374CB. Grayscale: #909090. Windows color (decimal): -4420812 or 3443644. OLE color: 3443644.
HSL color Cylindrical-coordinate representation of color #BC8B34: hue angle of 38.38º 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 #BC8B34 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 52 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.26 |
| HSL | 38.38º | 0.57% | 0.47% | - |
| HSV(B) | 38.38º | 0.72% | 0.74% | - |
| XYZ | 30.59 | 29.4 | 7.31 | - |
| YUV | 143.73 | 76.23 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 52 | 0 | 0.26 | 0.72 | 0.26 | 38.38 | 0.57 | 0.47 |
| Hex | BC | 8B | 34 | 0 | 1A | 48 | 1A | 26 | 39 | 2F |
| Octal | 274 | 213 | 64 | 0 | 32 | 110 | 32 | 46 | 71 | 57 |
| Binary | 10111100 | 10001011 | 110100 | 0 | 11010 | 1001000 | 11010 | 100110 | 111001 | 101111 |
Color Harmonies of #BC8B34
Complementary color
Monochromatic Colors of #BC8B34
Black with #BC8B34
Text Example
Text Example
White with #BC8B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B34; }
p { color: rgb(188,139,52); }
H1.HeaderClassName
{
color: #BC8B34;
}
.AnyTagClassName
{
color: #BC8B34;
}
</style>
background-color css
<style>
a { background-color: #BC8B34; }
a { background-color: rgb(188,139,52); }
div.DivClassName
{
background-color: #BC8B34;
}
.BgClassName
{
background-color: #BC8B34;
}
</style>
border-color css
<style>
span { border-color: #BC8B34; }
span { border-color: rgb(188,139,52); }
td.TdClassName
{
border-color: #BC8B34;
}
.TagClassName
{
border-color: #BC8B34;
}
</style>