#BA7059

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

Shades of Japonica #BA7059

Tints of Japonica #BA7059

Color information

#BA7059 (or 0xBA7059) is unknown color: approx Japonica. HEX triplet: BA, 70 and 59. RGB value is (186,112,89). Sum of RGB (Red+Green+Blue) = 186+112+89=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7059 is #458FA6. Grayscale: #838383. Windows color (decimal): -4558759 or 5861562. OLE color: 5861562.

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

Color convert

RGB18611289-
CMYK00.400.520.27
HSL14.23º41.28%53.92%-
HSV(B)14.23º52.15%72.94%-
XYZ27.8522.7512.37-
YUV131.5104.02166.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 89 (35.16% from 255) = 23.00%
R=48.06%
G=28.94%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861128900.400.520.2714.2341.2853.92
HexBA7059028341Be2936
Octal2721601310506433165166
Binary10111010111000010110010101000110100110111110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7059; }

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

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

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

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

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

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

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

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