#BA7A5E

Color #BA7A5E Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #BA7A5E

Tints of Japonica #BA7A5E

Color information

#BA7A5E (or 0xBA7A5E) is unknown color: approx Japonica. HEX triplet: BA, 7A and 5E. RGB value is (186,122,94). Sum of RGB (Red+Green+Blue) = 186+122+94=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A5E is #4585A1. Grayscale: #8A8A8A. Windows color (decimal): -4556194 or 6191802. OLE color: 6191802.

HSL color Cylindrical-coordinate representation of color #BA7A5E: hue angle of 18.26º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA7A5E is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18612294-
CMYK00.340.490.27
HSL18.26º40%54.9%-
HSV(B)18.26º49.46%72.94%-
XYZ29.2325.1713.91-
YUV137.94103.2162.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 122 (48.05% from 255) = 30.35%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=46.27%
G=30.35%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861229400.340.490.2718.264054.9
HexBA7A5E022311B122837
Octal2721721360426133225067
Binary101110101111010101111001000101100011101110010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A5E; }

 p { color: rgb(186,122,94); }

 H1.HeaderClassName
 {
   color: #BA7A5E;
 }
 .AnyTagClassName
 {
   color: #BA7A5E;
 }
</style>
background-color css

<style>
 a { background-color: #BA7A5E; }

 a { background-color: rgb(186,122,94); }

 div.DivClassName
 {
   background-color: #BA7A5E;
 }
 .BgClassName
 {
   background-color: #BA7A5E;
 }
</style>
border-color css

<style>
 span { border-color: #BA7A5E; }

 span { border-color: rgb(186,122,94); }

 td.TdClassName
 {
   border-color: #BA7A5E;
 }
 .TagClassName
 {
   border-color: #BA7A5E;
 }
</style>