#BA785B

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

Shades of Japonica #BA785B

Tints of Japonica #BA785B

Color information

#BA785B (or 0xBA785B) is unknown color: approx Japonica. HEX triplet: BA, 78 and 5B. RGB value is (186,120,91). Sum of RGB (Red+Green+Blue) = 186+120+91=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA785B is #4587A4. Grayscale: #888888. Windows color (decimal): -4556709 or 5994682. OLE color: 5994682.

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

Color convert

RGB18612091-
CMYK00.350.510.27
HSL18.32º40.77%54.31%-
HSV(B)18.32º51.08%72.94%-
XYZ28.8524.6313.13-
YUV136.43102.37163.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 91 (35.94% from 255) = 22.92%
R=46.85%
G=30.23%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861209100.350.510.2718.3240.7754.31
HexBA785B023331B122936
Octal2721701330436333225166
Binary101110101111000101101101000111100111101110010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA785B; }

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

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

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

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

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

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

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

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