Shades of Hokey Pokey #BC892F
Tints of Hokey Pokey #BC892F
RGB
CMYK
RGB Variations
Color information
#BC892F (or 0xBC892F) is known color: Hokey Pokey. HEX triplet: BC, 89 and 2F. RGB value is (188,137,47). Sum of RGB (Red+Green+Blue) = 188+137+47=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC892F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC892F is #4376D0. Grayscale: #8E8E8E. Windows color (decimal): -4421329 or 3115452. OLE color: 3115452.
HSL color Cylindrical-coordinate representation of color #BC892F: hue angle of 38.3º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC892F is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 47 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.26 |
| HSL | 38.3º | 0.6% | 0.46% | - |
| HSV(B) | 38.3º | 0.75% | 0.74% | - |
| XYZ | 30.2 | 28.79 | 6.65 | - |
| YUV | 141.99 | 74.4 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 47 | 0 | 0.27 | 0.75 | 0.26 | 38.3 | 0.6 | 0.46 |
| Hex | BC | 89 | 2F | 0 | 1B | 4B | 1A | 26 | 3C | 2E |
| Octal | 274 | 211 | 57 | 0 | 33 | 113 | 32 | 46 | 74 | 56 |
| Binary | 10111100 | 10001001 | 101111 | 0 | 11011 | 1001011 | 11010 | 100110 | 111100 | 101110 |
Color Harmonies of #BC892F
Complementary color
Monochromatic Colors of #BC892F
Black with #BC892F
Text Example
Text Example
White with #BC892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC892F; }
p { color: rgb(188,137,47); }
H1.HeaderClassName
{
color: #BC892F;
}
.AnyTagClassName
{
color: #BC892F;
}
</style>
background-color css
<style>
a { background-color: #BC892F; }
a { background-color: rgb(188,137,47); }
div.DivClassName
{
background-color: #BC892F;
}
.BgClassName
{
background-color: #BC892F;
}
</style>
border-color css
<style>
span { border-color: #BC892F; }
span { border-color: rgb(188,137,47); }
td.TdClassName
{
border-color: #BC892F;
}
.TagClassName
{
border-color: #BC892F;
}
</style>