#BA7A57

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

Shades of Japonica #BA7A57

Tints of Japonica #BA7A57

Color information

#BA7A57 (or 0xBA7A57) is unknown color: approx Japonica. HEX triplet: BA, 7A and 57. RGB value is (186,122,87). Sum of RGB (Red+Green+Blue) = 186+122+87=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 87 (34.38% from 255 or 22.03% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A57 is #4585A8. Grayscale: #898989. Windows color (decimal): -4556201 or 5733050. OLE color: 5733050.

HSL color Cylindrical-coordinate representation of color #BA7A57: hue angle of 21.21º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA7A57 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18612287-
CMYK00.340.530.27
HSL21.21º41.77%53.53%-
HSV(B)21.21º53.23%72.94%-
XYZ28.9325.0512.33-
YUV137.1599.7162.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 87 (34.38% from 255) = 22.03%
R=47.09%
G=30.89%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861228700.340.530.2721.2141.7753.53
HexBA7A57022351B152a36
Octal2721721270426533255266
Binary101110101111010101011101000101101011101110101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A57; }

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

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

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

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

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

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

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

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