Shades of Japonica #BC7056
Tints of Japonica #BC7056
RGB
CMYK
RGB Variations
Color information
#BC7056 (or 0xBC7056) is known color: Japonica. HEX triplet: BC, 70 and 56. RGB value is (188,112,86). Sum of RGB (Red+Green+Blue) = 188+112+86=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7056 is #438FA9. Grayscale: #838383. Windows color (decimal): -4427690 or 5664956. OLE color: 5664956.
HSL color Cylindrical-coordinate representation of color #BC7056: hue angle of 15.29º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC7056 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 86 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.26 |
| HSL | 15.29º | 0.43% | 0.54% | - |
| HSV(B) | 15.29º | 0.54% | 0.74% | - |
| XYZ | 28.21 | 22.95 | 11.75 | - |
| YUV | 131.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 86 | 0 | 0.40 | 0.54 | 0.26 | 15.29 | 0.43 | 0.54 |
| Hex | BC | 70 | 56 | 0 | 28 | 36 | 1A | F | 2B | 36 |
| Octal | 274 | 160 | 126 | 0 | 50 | 66 | 32 | 17 | 53 | 66 |
| Binary | 10111100 | 1110000 | 1010110 | 0 | 101000 | 110110 | 11010 | 1111 | 101011 | 110110 |
Color Harmonies of #BC7056
Complementary color
Monochromatic Colors of #BC7056
Black with #BC7056
Text Example
Text Example
White with #BC7056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7056; }
p { color: rgb(188,112,86); }
H1.HeaderClassName
{
color: #BC7056;
}
.AnyTagClassName
{
color: #BC7056;
}
</style>
background-color css
<style>
a { background-color: #BC7056; }
a { background-color: rgb(188,112,86); }
div.DivClassName
{
background-color: #BC7056;
}
.BgClassName
{
background-color: #BC7056;
}
</style>
border-color css
<style>
span { border-color: #BC7056; }
span { border-color: rgb(188,112,86); }
td.TdClassName
{
border-color: #BC7056;
}
.TagClassName
{
border-color: #BC7056;
}
</style>