Shades of Japonica #BA785C
Tints of Japonica #BA785C
RGB
CMYK
RGB Variations
Color information
#BA785C (or 0xBA785C) is known color: Japonica. HEX triplet: BA, 78 and 5C. RGB value is (186,120,92). Sum of RGB (Red+Green+Blue) = 186+120+92=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA785C is #4587A3. Grayscale: #888888. Windows color (decimal): -4556708 or 6060218. OLE color: 6060218.
HSL color Cylindrical-coordinate representation of color #BA785C: hue angle of 17.87º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA785C is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 92 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.27 |
| HSL | 17.87º | 0.41% | 0.55% | - |
| HSV(B) | 17.87º | 0.51% | 0.73% | - |
| XYZ | 28.9 | 24.64 | 13.36 | - |
| YUV | 136.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 92 | 0 | 0.35 | 0.51 | 0.27 | 17.87 | 0.41 | 0.55 |
| Hex | BA | 78 | 5C | 0 | 23 | 33 | 1B | 12 | 29 | 37 |
| Octal | 272 | 170 | 134 | 0 | 43 | 63 | 33 | 22 | 51 | 67 |
| Binary | 10111010 | 1111000 | 1011100 | 0 | 100011 | 110011 | 11011 | 10010 | 101001 | 110111 |
Color Harmonies of #BA785C
Complementary color
Monochromatic Colors of #BA785C
Black with #BA785C
Text Example
Text Example
White with #BA785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA785C; }
p { color: rgb(186,120,92); }
H1.HeaderClassName
{
color: #BA785C;
}
.AnyTagClassName
{
color: #BA785C;
}
</style>
background-color css
<style>
a { background-color: #BA785C; }
a { background-color: rgb(186,120,92); }
div.DivClassName
{
background-color: #BA785C;
}
.BgClassName
{
background-color: #BA785C;
}
</style>
border-color css
<style>
span { border-color: #BA785C; }
span { border-color: rgb(186,120,92); }
td.TdClassName
{
border-color: #BA785C;
}
.TagClassName
{
border-color: #BA785C;
}
</style>