Shades of Japonica #BC7059
Tints of Japonica #BC7059
RGB
CMYK
RGB Variations
Color information
#BC7059 (or 0xBC7059) is known color: Japonica. HEX triplet: BC, 70 and 59. RGB value is (188,112,89). Sum of RGB (Red+Green+Blue) = 188+112+89=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7059 is #438FA6. Grayscale: #848484. Windows color (decimal): -4427687 or 5861564. OLE color: 5861564.
HSL color Cylindrical-coordinate representation of color #BC7059: hue angle of 13.94º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC7059 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 89 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.26 |
| HSL | 13.94º | 0.42% | 0.54% | - |
| HSV(B) | 13.94º | 0.53% | 0.74% | - |
| XYZ | 28.34 | 23 | 12.4 | - |
| YUV | 132.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 89 | 0 | 0.40 | 0.53 | 0.26 | 13.94 | 0.42 | 0.54 |
| Hex | BC | 70 | 59 | 0 | 28 | 35 | 1A | E | 2A | 36 |
| Octal | 274 | 160 | 131 | 0 | 50 | 65 | 32 | 16 | 52 | 66 |
| Binary | 10111100 | 1110000 | 1011001 | 0 | 101000 | 110101 | 11010 | 1110 | 101010 | 110110 |
Color Harmonies of #BC7059
Complementary color
Monochromatic Colors of #BC7059
Black with #BC7059
Text Example
Text Example
White with #BC7059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7059; }
p { color: rgb(188,112,89); }
H1.HeaderClassName
{
color: #BC7059;
}
.AnyTagClassName
{
color: #BC7059;
}
</style>
background-color css
<style>
a { background-color: #BC7059; }
a { background-color: rgb(188,112,89); }
div.DivClassName
{
background-color: #BC7059;
}
.BgClassName
{
background-color: #BC7059;
}
</style>
border-color css
<style>
span { border-color: #BC7059; }
span { border-color: rgb(188,112,89); }
td.TdClassName
{
border-color: #BC7059;
}
.TagClassName
{
border-color: #BC7059;
}
</style>