Shades of Japonica #BA785B
Tints of Japonica #BA785B
RGB
CMYK
RGB Variations
Color information
#BA785B (or 0xBA785B) is known color: Japonica. HEX triplet: BA, 78 and 5B. RGB value is (186,120,91). Sum of RGB (Red+Green+Blue) = 186+120+91=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA785B is #4587A4. Grayscale: #888888. Windows color (decimal): -4556709 or 5994682. OLE color: 5994682.
HSL color Cylindrical-coordinate representation of color #BA785B: hue angle of 18.32º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA785B is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 91 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.27 |
| HSL | 18.32º | 0.41% | 0.54% | - |
| HSV(B) | 18.32º | 0.51% | 0.73% | - |
| XYZ | 28.85 | 24.63 | 13.13 | - |
| YUV | 136.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 91 | 0 | 0.35 | 0.51 | 0.27 | 18.32 | 0.41 | 0.54 |
| Hex | BA | 78 | 5B | 0 | 23 | 33 | 1B | 12 | 29 | 36 |
| Octal | 272 | 170 | 133 | 0 | 43 | 63 | 33 | 22 | 51 | 66 |
| Binary | 10111010 | 1111000 | 1011011 | 0 | 100011 | 110011 | 11011 | 10010 | 101001 | 110110 |
Color Harmonies of #BA785B
Complementary color
Monochromatic Colors of #BA785B
Black with #BA785B
Text Example
Text Example
White with #BA785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA785B; }
p { color: rgb(186,120,91); }
H1.HeaderClassName
{
color: #BA785B;
}
.AnyTagClassName
{
color: #BA785B;
}
</style>
background-color css
<style>
a { background-color: #BA785B; }
a { background-color: rgb(186,120,91); }
div.DivClassName
{
background-color: #BA785B;
}
.BgClassName
{
background-color: #BA785B;
}
</style>
border-color css
<style>
span { border-color: #BA785B; }
span { border-color: rgb(186,120,91); }
td.TdClassName
{
border-color: #BA785B;
}
.TagClassName
{
border-color: #BA785B;
}
</style>