Shades of Hokey Pokey #BC892B
Tints of Hokey Pokey #BC892B
RGB
CMYK
RGB Variations
Color information
#BC892B (or 0xBC892B) is known color: Hokey Pokey. HEX triplet: BC, 89 and 2B. RGB value is (188,137,43). Sum of RGB (Red+Green+Blue) = 188+137+43=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC892B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC892B is #4376D4. Grayscale: #8D8D8D. Windows color (decimal): -4421333 or 2853308. OLE color: 2853308.
HSL color Cylindrical-coordinate representation of color #BC892B: hue angle of 38.9º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC892B is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 43 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.26 |
| HSL | 38.9º | 0.63% | 0.45% | - |
| HSV(B) | 38.9º | 0.77% | 0.74% | - |
| XYZ | 30.12 | 28.76 | 6.25 | - |
| YUV | 141.53 | 72.4 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 43 | 0 | 0.27 | 0.77 | 0.26 | 38.9 | 0.63 | 0.45 |
| Hex | BC | 89 | 2B | 0 | 1B | 4D | 1A | 27 | 3F | 2D |
| Octal | 274 | 211 | 53 | 0 | 33 | 115 | 32 | 47 | 77 | 55 |
| Binary | 10111100 | 10001001 | 101011 | 0 | 11011 | 1001101 | 11010 | 100111 | 111111 | 101101 |
Color Harmonies of #BC892B
Complementary color
Monochromatic Colors of #BC892B
Black with #BC892B
Text Example
Text Example
White with #BC892B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC892B; }
p { color: rgb(188,137,43); }
H1.HeaderClassName
{
color: #BC892B;
}
.AnyTagClassName
{
color: #BC892B;
}
</style>
background-color css
<style>
a { background-color: #BC892B; }
a { background-color: rgb(188,137,43); }
div.DivClassName
{
background-color: #BC892B;
}
.BgClassName
{
background-color: #BC892B;
}
</style>
border-color css
<style>
span { border-color: #BC892B; }
span { border-color: rgb(188,137,43); }
td.TdClassName
{
border-color: #BC892B;
}
.TagClassName
{
border-color: #BC892B;
}
</style>