Shades of Japonica #BC7559
Tints of Japonica #BC7559
RGB
CMYK
RGB Variations
Color information
#BC7559 (or 0xBC7559) is known color: Japonica. HEX triplet: BC, 75 and 59. RGB value is (188,117,89). Sum of RGB (Red+Green+Blue) = 188+117+89=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7559 is #438AA6. Grayscale: #878787. Windows color (decimal): -4426407 or 5862844. OLE color: 5862844.
HSL color Cylindrical-coordinate representation of color #BC7559: hue angle of 16.97º 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 #BC7559 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 89 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.26 |
| HSL | 16.97º | 0.42% | 0.54% | - |
| HSV(B) | 16.97º | 0.53% | 0.74% | - |
| XYZ | 28.9 | 24.14 | 12.59 | - |
| YUV | 135.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 89 | 0 | 0.38 | 0.53 | 0.26 | 16.97 | 0.42 | 0.54 |
| Hex | BC | 75 | 59 | 0 | 26 | 35 | 1A | 11 | 2A | 36 |
| Octal | 274 | 165 | 131 | 0 | 46 | 65 | 32 | 21 | 52 | 66 |
| Binary | 10111100 | 1110101 | 1011001 | 0 | 100110 | 110101 | 11010 | 10001 | 101010 | 110110 |
Color Harmonies of #BC7559
Complementary color
Monochromatic Colors of #BC7559
Black with #BC7559
Text Example
Text Example
White with #BC7559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7559; }
p { color: rgb(188,117,89); }
H1.HeaderClassName
{
color: #BC7559;
}
.AnyTagClassName
{
color: #BC7559;
}
</style>
background-color css
<style>
a { background-color: #BC7559; }
a { background-color: rgb(188,117,89); }
div.DivClassName
{
background-color: #BC7559;
}
.BgClassName
{
background-color: #BC7559;
}
</style>
border-color css
<style>
span { border-color: #BC7559; }
span { border-color: rgb(188,117,89); }
td.TdClassName
{
border-color: #BC7559;
}
.TagClassName
{
border-color: #BC7559;
}
</style>