#BA795A

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

Shades of Japonica #BA795A

Tints of Japonica #BA795A

Color information

#BA795A (or 0xBA795A) is unknown color: approx Japonica. HEX triplet: BA, 79 and 5A. RGB value is (186,121,90). Sum of RGB (Red+Green+Blue) = 186+121+90=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA795A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA795A is #4586A5. Grayscale: #898989. Windows color (decimal): -4556454 or 5929402. OLE color: 5929402.

HSL color Cylindrical-coordinate representation of color #BA795A: hue angle of 19.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA795A is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18612190-
CMYK00.350.520.27
HSL19.38º41.03%54.12%-
HSV(B)19.38º51.61%72.94%-
XYZ28.9324.8512.94-
YUV136.9101.53163.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 121 (47.66% from 255) = 30.48%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=46.85%
G=30.48%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861219000.350.520.2719.3841.0354.12
HexBA795A023341B132936
Octal2721711320436433235166
Binary101110101111001101101001000111101001101110011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA795A; }

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

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

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

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

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

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

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

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