Shades of Japonica #BA7459
Tints of Japonica #BA7459
RGB
CMYK
RGB Variations
Color information
#BA7459 (or 0xBA7459) is known color: Japonica. HEX triplet: BA, 74 and 59. RGB value is (186,116,89). Sum of RGB (Red+Green+Blue) = 186+116+89=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7459 is #458BA6. Grayscale: #868686. Windows color (decimal): -4557735 or 5862586. OLE color: 5862586.
HSL color Cylindrical-coordinate representation of color #BA7459: hue angle of 16.7º 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 #BA7459 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 89 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.27 |
| HSL | 16.7º | 0.41% | 0.54% | - |
| HSV(B) | 16.7º | 0.52% | 0.73% | - |
| XYZ | 28.3 | 23.65 | 12.52 | - |
| YUV | 133.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 89 | 0 | 0.38 | 0.52 | 0.27 | 16.7 | 0.41 | 0.54 |
| Hex | BA | 74 | 59 | 0 | 26 | 34 | 1B | 11 | 29 | 36 |
| Octal | 272 | 164 | 131 | 0 | 46 | 64 | 33 | 21 | 51 | 66 |
| Binary | 10111010 | 1110100 | 1011001 | 0 | 100110 | 110100 | 11011 | 10001 | 101001 | 110110 |
Color Harmonies of #BA7459
Complementary color
Monochromatic Colors of #BA7459
Black with #BA7459
Text Example
Text Example
White with #BA7459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7459; }
p { color: rgb(186,116,89); }
H1.HeaderClassName
{
color: #BA7459;
}
.AnyTagClassName
{
color: #BA7459;
}
</style>
background-color css
<style>
a { background-color: #BA7459; }
a { background-color: rgb(186,116,89); }
div.DivClassName
{
background-color: #BA7459;
}
.BgClassName
{
background-color: #BA7459;
}
</style>
border-color css
<style>
span { border-color: #BA7459; }
span { border-color: rgb(186,116,89); }
td.TdClassName
{
border-color: #BA7459;
}
.TagClassName
{
border-color: #BA7459;
}
</style>