#BA795E

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

Shades of Japonica #BA795E

Tints of Japonica #BA795E

Color information

#BA795E (or 0xBA795E) is unknown color: approx Japonica. HEX triplet: BA, 79 and 5E. RGB value is (186,121,94). Sum of RGB (Red+Green+Blue) = 186+121+94=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA795E is #4586A1. Grayscale: #898989. Windows color (decimal): -4556450 or 6191546. OLE color: 6191546.

HSL color Cylindrical-coordinate representation of color #BA795E: hue angle of 17.61º 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 #BA795E is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18612194-
CMYK00.350.490.27
HSL17.61º40%54.9%-
HSV(B)17.61º49.46%72.94%-
XYZ29.1124.9213.87-
YUV137.36103.53162.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 121 (47.66% from 255) = 30.17%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=46.38%
G=30.17%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861219400.350.490.2717.614054.9
HexBA795E023311B122837
Octal2721711360436133225067
Binary101110101111001101111001000111100011101110010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA795E; }

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

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

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

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

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

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

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

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