#BA7159

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

Shades of Japonica #BA7159

Tints of Japonica #BA7159

Color information

#BA7159 (or 0xBA7159) is unknown color: approx Japonica. HEX triplet: BA, 71 and 59. RGB value is (186,113,89). Sum of RGB (Red+Green+Blue) = 186+113+89=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7159 is #458EA6. Grayscale: #848484. Windows color (decimal): -4558503 or 5861818. OLE color: 5861818.

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

Color convert

RGB18611389-
CMYK00.390.520.27
HSL14.85º41.28%53.92%-
HSV(B)14.85º52.15%72.94%-
XYZ27.9622.9712.41-
YUV132.09103.68166.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 89 (35.16% from 255) = 22.94%
R=47.94%
G=29.12%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861138900.390.520.2714.8541.2853.92
HexBA7159027341Bf2936
Octal2721611310476433175166
Binary10111010111000110110010100111110100110111111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7159; }

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

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

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

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

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

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

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

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