#BA7259

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

Shades of Japonica #BA7259

Tints of Japonica #BA7259

Color information

#BA7259 (or 0xBA7259) is unknown color: approx Japonica. HEX triplet: BA, 72 and 59. RGB value is (186,114,89). Sum of RGB (Red+Green+Blue) = 186+114+89=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7259 is #458DA6. Grayscale: #848484. Windows color (decimal): -4558247 or 5862074. OLE color: 5862074.

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

Color convert

RGB18611489-
CMYK00.390.520.27
HSL15.46º41.28%53.92%-
HSV(B)15.46º52.15%72.94%-
XYZ28.0723.1912.45-
YUV132.68103.35166.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 114 (44.92% from 255) = 29.31%
BLUE value IS 89 (35.16% from 255) = 22.88%
R=47.81%
G=29.31%
B=22.88%

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
Decimal1861148900.390.520.2715.4641.2853.92
HexBA7259027341Bf2936
Octal2721621310476433175166
Binary10111010111001010110010100111110100110111111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7259; }

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

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

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

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

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

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

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

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