#BA795F

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

Shades of Japonica #BA795F

Tints of Japonica #BA795F

Color information

#BA795F (or 0xBA795F) is unknown color: approx Japonica. HEX triplet: BA, 79 and 5F. RGB value is (186,121,95). Sum of RGB (Red+Green+Blue) = 186+121+95=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA795F is #4586A0. Grayscale: #898989. Windows color (decimal): -4556449 or 6257082. OLE color: 6257082.

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

Color convert

RGB18612195-
CMYK00.350.490.27
HSL17.14º39.74%55.1%-
HSV(B)17.14º48.92%72.94%-
XYZ29.1524.9414.1-
YUV137.47104.03162.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 121 (47.66% from 255) = 30.10%
BLUE value IS 95 (37.5% from 255) = 23.63%
R=46.27%
G=30.10%
B=23.63%

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
Decimal1861219500.350.490.2717.1439.7455.1
HexBA795F023311B112837
Octal2721711370436133215067
Binary101110101111001101111101000111100011101110001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA795F; }

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

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

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

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

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

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

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

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