#ba7955

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

Shades of Red Damask #BA7955

Tints of Red Damask #BA7955

Color information

#BA7955 (or 0xBA7955) is unknown color: approx Red Damask. HEX triplet: BA, 79 and 55. RGB value is (186,121,85). Sum of RGB (Red+Green+Blue) = 186+121+85=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7955 is #4586AA. Grayscale: #888888. Windows color (decimal): -4556459 or 5601722. OLE color: 5601722.

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

Color convert

RGB18612185-
CMYK00.350.540.27
HSL21.39º42.26%53.14%-
HSV(B)21.39º54.3%72.94%-
XYZ28.7324.7711.86-
YUV136.3399.03163.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 85 (33.59% from 255) = 21.68%
R=47.45%
G=30.87%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861218500.350.540.2721.3942.2653.14
HexBA7955023361B152a35
Octal2721711250436633255265
Binary101110101111001101010101000111101101101110101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7955; }

 p { color: rgb(186,121,85); }

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

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

 a { background-color: rgb(186,121,85); }

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

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

 span { border-color: rgb(186,121,85); }

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