#BA744E

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

Shades of Red Damask #BA744E

Tints of Red Damask #BA744E

Color information

#BA744E (or 0xBA744E) is unknown color: approx Red Damask. HEX triplet: BA, 74 and 4E. RGB value is (186,116,78). Sum of RGB (Red+Green+Blue) = 186+116+78=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA744E is #458BB1. Grayscale: #848484. Windows color (decimal): -4557746 or 5141690. OLE color: 5141690.

HSL color Cylindrical-coordinate representation of color #BA744E: hue angle of 21.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA744E is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18611678-
CMYK00.380.580.27
HSL21.11º43.9%51.76%-
HSV(B)21.11º58.06%72.94%-
XYZ27.8723.4810.27-
YUV132.697.19166.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 78 (30.86% from 255) = 20.53%
R=48.95%
G=30.53%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861167800.380.580.2721.1143.951.76
HexBA744E0263A1B152c34
Octal2721641160467233255464
Binary101110101110100100111001001101110101101110101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA744E; }

 p { color: rgb(186,116,78); }

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

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

 a { background-color: rgb(186,116,78); }

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

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

 span { border-color: rgb(186,116,78); }

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