#BA7A56

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

Shades of Red Damask #BA7A56

Tints of Red Damask #BA7A56

Color information

#BA7A56 (or 0xBA7A56) is unknown color: approx Red Damask. HEX triplet: BA, 7A and 56. RGB value is (186,122,86). Sum of RGB (Red+Green+Blue) = 186+122+86=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7A56 is #4585A9. Grayscale: #898989. Windows color (decimal): -4556202 or 5667514. OLE color: 5667514.

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

Color convert

RGB18612286-
CMYK00.340.540.27
HSL21.6º42.02%53.33%-
HSV(B)21.6º53.76%72.94%-
XYZ28.8925.0312.11-
YUV137.0399.2162.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 122 (48.05% from 255) = 30.96%
BLUE value IS 86 (33.98% from 255) = 21.83%
R=47.21%
G=30.96%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861228600.340.540.2721.642.0253.33
HexBA7A56022361B162a35
Octal2721721260426633265265
Binary101110101111010101011001000101101101101110110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A56; }

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

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

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

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

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

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

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

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