Shades of Japonica #BA7458
Tints of Japonica #BA7458
RGB
CMYK
RGB Variations
Color information
#BA7458 (or 0xBA7458) is known color: Japonica. HEX triplet: BA, 74 and 58. RGB value is (186,116,88). Sum of RGB (Red+Green+Blue) = 186+116+88=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7458 is #458BA7. Grayscale: #858585. Windows color (decimal): -4557736 or 5797050. OLE color: 5797050.
HSL color Cylindrical-coordinate representation of color #BA7458: hue angle of 17.14º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA7458 is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 88 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.27 |
| HSL | 17.14º | 0.42% | 0.54% | - |
| HSV(B) | 17.14º | 0.53% | 0.73% | - |
| XYZ | 28.26 | 23.63 | 12.31 | - |
| YUV | 133.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 88 | 0 | 0.38 | 0.53 | 0.27 | 17.14 | 0.42 | 0.54 |
| Hex | BA | 74 | 58 | 0 | 26 | 35 | 1B | 11 | 2A | 36 |
| Octal | 272 | 164 | 130 | 0 | 46 | 65 | 33 | 21 | 52 | 66 |
| Binary | 10111010 | 1110100 | 1011000 | 0 | 100110 | 110101 | 11011 | 10001 | 101010 | 110110 |
Color Harmonies of #BA7458
Complementary color
Monochromatic Colors of #BA7458
Black with #BA7458
Text Example
Text Example
White with #BA7458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7458; }
p { color: rgb(186,116,88); }
H1.HeaderClassName
{
color: #BA7458;
}
.AnyTagClassName
{
color: #BA7458;
}
</style>
background-color css
<style>
a { background-color: #BA7458; }
a { background-color: rgb(186,116,88); }
div.DivClassName
{
background-color: #BA7458;
}
.BgClassName
{
background-color: #BA7458;
}
</style>
border-color css
<style>
span { border-color: #BA7458; }
span { border-color: rgb(186,116,88); }
td.TdClassName
{
border-color: #BA7458;
}
.TagClassName
{
border-color: #BA7458;
}
</style>