Shades of Japonica #BA7759
Tints of Japonica #BA7759
RGB
CMYK
RGB Variations
Color information
#BA7759 (or 0xBA7759) is known color: Japonica. HEX triplet: BA, 77 and 59. RGB value is (186,119,89). Sum of RGB (Red+Green+Blue) = 186+119+89=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7759 is #4588A6. Grayscale: #878787. Windows color (decimal): -4556967 or 5863354. OLE color: 5863354.
HSL color Cylindrical-coordinate representation of color #BA7759: hue angle of 18.56º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA7759 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 89 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.27 |
| HSL | 18.56º | 0.41% | 0.54% | - |
| HSV(B) | 18.56º | 0.52% | 0.73% | - |
| XYZ | 28.65 | 24.35 | 12.64 | - |
| YUV | 135.61 | 101.7 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 89 | 0 | 0.36 | 0.52 | 0.27 | 18.56 | 0.41 | 0.54 |
| Hex | BA | 77 | 59 | 0 | 24 | 34 | 1B | 13 | 29 | 36 |
| Octal | 272 | 167 | 131 | 0 | 44 | 64 | 33 | 23 | 51 | 66 |
| Binary | 10111010 | 1110111 | 1011001 | 0 | 100100 | 110100 | 11011 | 10011 | 101001 | 110110 |
Color Harmonies of #BA7759
Complementary color
Monochromatic Colors of #BA7759
Black with #BA7759
Text Example
Text Example
White with #BA7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7759; }
p { color: rgb(186,119,89); }
H1.HeaderClassName
{
color: #BA7759;
}
.AnyTagClassName
{
color: #BA7759;
}
</style>
background-color css
<style>
a { background-color: #BA7759; }
a { background-color: rgb(186,119,89); }
div.DivClassName
{
background-color: #BA7759;
}
.BgClassName
{
background-color: #BA7759;
}
</style>
border-color css
<style>
span { border-color: #BA7759; }
span { border-color: rgb(186,119,89); }
td.TdClassName
{
border-color: #BA7759;
}
.TagClassName
{
border-color: #BA7759;
}
</style>