#BA785A

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

Shades of Japonica #BA785A

Tints of Japonica #BA785A

Color information

#BA785A (or 0xBA785A) is unknown color: approx Japonica. HEX triplet: BA, 78 and 5A. RGB value is (186,120,90). Sum of RGB (Red+Green+Blue) = 186+120+90=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA785A is #4587A5. Grayscale: #888888. Windows color (decimal): -4556710 or 5929146. OLE color: 5929146.

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

Color convert

RGB18612090-
CMYK00.350.520.27
HSL18.75º41.03%54.12%-
HSV(B)18.75º51.61%72.94%-
XYZ28.8124.6112.9-
YUV136.31101.87163.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 120 (47.27% from 255) = 30.30%
BLUE value IS 90 (35.55% from 255) = 22.73%
R=46.97%
G=30.30%
B=22.73%

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
Decimal1861209000.350.520.2718.7541.0354.12
HexBA785A023341B132936
Octal2721701320436433235166
Binary101110101111000101101001000111101001101110011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA785A; }

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

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

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

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

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

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

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

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