#BA7A59

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

Shades of Japonica #BA7A59

Tints of Japonica #BA7A59

Color information

#BA7A59 (or 0xBA7A59) is unknown color: approx Japonica. HEX triplet: BA, 7A and 59. RGB value is (186,122,89). Sum of RGB (Red+Green+Blue) = 186+122+89=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A59 is #4585A6. Grayscale: #898989. Windows color (decimal): -4556199 or 5864122. OLE color: 5864122.

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

Color convert

RGB18612289-
CMYK00.340.520.27
HSL20.41º41.28%53.92%-
HSV(B)20.41º52.15%72.94%-
XYZ29.0125.0812.76-
YUV137.37100.7162.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 89 (35.16% from 255) = 22.42%
R=46.85%
G=30.73%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861228900.340.520.2720.4141.2853.92
HexBA7A59022341B142936
Octal2721721310426433245166
Binary101110101111010101100101000101101001101110100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A59; }

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

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

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

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

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

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

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

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