Shades of Japonica #BA775D
Tints of Japonica #BA775D
RGB
CMYK
RGB Variations
Color information
#BA775D (or 0xBA775D) is known color: Japonica. HEX triplet: BA, 77 and 5D. RGB value is (186,119,93). Sum of RGB (Red+Green+Blue) = 186+119+93=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA775D is #4588A2. Grayscale: #888888. Windows color (decimal): -4556963 or 6125498. OLE color: 6125498.
HSL color Cylindrical-coordinate representation of color #BA775D: hue angle of 16.77º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA775D is Cyan = 0, Magento = 0.36, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 93 | - |
| CMYK | 0 | 0.36 | 0.5 | 0.27 |
| HSL | 16.77º | 0.4% | 0.55% | - |
| HSV(B) | 16.77º | 0.5% | 0.73% | - |
| XYZ | 28.82 | 24.42 | 13.55 | - |
| YUV | 136.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 93 | 0 | 0.36 | 0.5 | 0.27 | 16.77 | 0.4 | 0.55 |
| Hex | BA | 77 | 5D | 0 | 24 | 32 | 1B | 11 | 28 | 37 |
| Octal | 272 | 167 | 135 | 0 | 44 | 62 | 33 | 21 | 50 | 67 |
| Binary | 10111010 | 1110111 | 1011101 | 0 | 100100 | 110010 | 11011 | 10001 | 101000 | 110111 |
Color Harmonies of #BA775D
Complementary color
Monochromatic Colors of #BA775D
Black with #BA775D
Text Example
Text Example
White with #BA775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA775D; }
p { color: rgb(186,119,93); }
H1.HeaderClassName
{
color: #BA775D;
}
.AnyTagClassName
{
color: #BA775D;
}
</style>
background-color css
<style>
a { background-color: #BA775D; }
a { background-color: rgb(186,119,93); }
div.DivClassName
{
background-color: #BA775D;
}
.BgClassName
{
background-color: #BA775D;
}
</style>
border-color css
<style>
span { border-color: #BA775D; }
span { border-color: rgb(186,119,93); }
td.TdClassName
{
border-color: #BA775D;
}
.TagClassName
{
border-color: #BA775D;
}
</style>