Shades of Japonica #BA745B
Tints of Japonica #BA745B
RGB
CMYK
RGB Variations
Color information
#BA745B (or 0xBA745B) is known color: Japonica. HEX triplet: BA, 74 and 5B. RGB value is (186,116,91). Sum of RGB (Red+Green+Blue) = 186+116+91=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA745B is #458BA4. Grayscale: #868686. Windows color (decimal): -4557733 or 5993658. OLE color: 5993658.
HSL color Cylindrical-coordinate representation of color #BA745B: hue angle of 15.79º 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 #BA745B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 91 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.27 |
| HSL | 15.79º | 0.41% | 0.54% | - |
| HSV(B) | 15.79º | 0.51% | 0.73% | - |
| XYZ | 28.38 | 23.69 | 12.97 | - |
| YUV | 134.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 91 | 0 | 0.38 | 0.51 | 0.27 | 15.79 | 0.41 | 0.54 |
| Hex | BA | 74 | 5B | 0 | 26 | 33 | 1B | 10 | 29 | 36 |
| Octal | 272 | 164 | 133 | 0 | 46 | 63 | 33 | 20 | 51 | 66 |
| Binary | 10111010 | 1110100 | 1011011 | 0 | 100110 | 110011 | 11011 | 10000 | 101001 | 110110 |
Color Harmonies of #BA745B
Complementary color
Monochromatic Colors of #BA745B
Black with #BA745B
Text Example
Text Example
White with #BA745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA745B; }
p { color: rgb(186,116,91); }
H1.HeaderClassName
{
color: #BA745B;
}
.AnyTagClassName
{
color: #BA745B;
}
</style>
background-color css
<style>
a { background-color: #BA745B; }
a { background-color: rgb(186,116,91); }
div.DivClassName
{
background-color: #BA745B;
}
.BgClassName
{
background-color: #BA745B;
}
</style>
border-color css
<style>
span { border-color: #BA745B; }
span { border-color: rgb(186,116,91); }
td.TdClassName
{
border-color: #BA745B;
}
.TagClassName
{
border-color: #BA745B;
}
</style>