#BA7659

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

Shades of Japonica #BA7659

Tints of Japonica #BA7659

Color information

#BA7659 (or 0xBA7659) is unknown color: approx Japonica. HEX triplet: BA, 76 and 59. RGB value is (186,118,89). Sum of RGB (Red+Green+Blue) = 186+118+89=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7659 is #4589A6. Grayscale: #878787. Windows color (decimal): -4557223 or 5863098. OLE color: 5863098.

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

Color convert

RGB18611889-
CMYK00.370.520.27
HSL17.94º41.28%53.92%-
HSV(B)17.94º52.15%72.94%-
XYZ28.5324.1212.6-
YUV135.03102.03164.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 89 (35.16% from 255) = 22.65%
R=47.33%
G=30.03%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861188900.370.520.2717.9441.2853.92
HexBA7659025341B122936
Octal2721661310456433225166
Binary101110101110110101100101001011101001101110010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7659; }

 p { color: rgb(186,118,89); }

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

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

 a { background-color: rgb(186,118,89); }

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

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

 span { border-color: rgb(186,118,89); }

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