Shades of Japonica #BA735B
Tints of Japonica #BA735B
RGB
CMYK
RGB Variations
Color information
#BA735B (or 0xBA735B) is known color: Japonica. HEX triplet: BA, 73 and 5B. RGB value is (186,115,91). Sum of RGB (Red+Green+Blue) = 186+115+91=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA735B is #458CA4. Grayscale: #858585. Windows color (decimal): -4557989 or 5993402. OLE color: 5993402.
HSL color Cylindrical-coordinate representation of color #BA735B: hue angle of 15.16º 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 #BA735B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 91 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.27 |
| HSL | 15.16º | 0.41% | 0.54% | - |
| HSV(B) | 15.16º | 0.51% | 0.73% | - |
| XYZ | 28.27 | 23.46 | 12.94 | - |
| YUV | 133.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 91 | 0 | 0.38 | 0.51 | 0.27 | 15.16 | 0.41 | 0.54 |
| Hex | BA | 73 | 5B | 0 | 26 | 33 | 1B | F | 29 | 36 |
| Octal | 272 | 163 | 133 | 0 | 46 | 63 | 33 | 17 | 51 | 66 |
| Binary | 10111010 | 1110011 | 1011011 | 0 | 100110 | 110011 | 11011 | 1111 | 101001 | 110110 |
Color Harmonies of #BA735B
Complementary color
Monochromatic Colors of #BA735B
Black with #BA735B
Text Example
Text Example
White with #BA735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA735B; }
p { color: rgb(186,115,91); }
H1.HeaderClassName
{
color: #BA735B;
}
.AnyTagClassName
{
color: #BA735B;
}
</style>
background-color css
<style>
a { background-color: #BA735B; }
a { background-color: rgb(186,115,91); }
div.DivClassName
{
background-color: #BA735B;
}
.BgClassName
{
background-color: #BA735B;
}
</style>
border-color css
<style>
span { border-color: #BA735B; }
span { border-color: rgb(186,115,91); }
td.TdClassName
{
border-color: #BA735B;
}
.TagClassName
{
border-color: #BA735B;
}
</style>