#BA7A5A

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

Shades of Japonica #BA7A5A

Tints of Japonica #BA7A5A

Color information

#BA7A5A (or 0xBA7A5A) is unknown color: approx Japonica. HEX triplet: BA, 7A and 5A. RGB value is (186,122,90). Sum of RGB (Red+Green+Blue) = 186+122+90=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A5A is #4585A5. Grayscale: #898989. Windows color (decimal): -4556198 or 5929658. OLE color: 5929658.

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

Color convert

RGB18612290-
CMYK00.340.520.27
HSL20º41.03%54.12%-
HSV(B)20º51.61%72.94%-
XYZ29.0525.112.99-
YUV137.49101.2162.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 122 (48.05% from 255) = 30.65%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=46.73%
G=30.65%
B=22.61%

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
Decimal1861229000.340.520.272041.0354.12
HexBA7A5A022341B142936
Octal2721721320426433245166
Binary101110101111010101101001000101101001101110100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A5A; }

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

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

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

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

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

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

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

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