#BA6E4A

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

Shades of Red Damask #BA6E4A

Tints of Red Damask #BA6E4A

Color information

#BA6E4A (or 0xBA6E4A) is unknown color: approx Red Damask. HEX triplet: BA, 6E and 4A. RGB value is (186,110,74). Sum of RGB (Red+Green+Blue) = 186+110+74=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E4A is #4591B5. Grayscale: #808080. Windows color (decimal): -4559286 or 4878010. OLE color: 4878010.

HSL color Cylindrical-coordinate representation of color #BA6E4A: hue angle of 19.29º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA6E4A is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18611074-
CMYK00.410.600.27
HSL19.29º44.8%50.98%-
HSV(B)19.29º60.22%72.94%-
XYZ27.0622.099.32-
YUV128.6297.18168.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 110 (43.36% from 255) = 29.73%
BLUE value IS 74 (29.30% from 255) = 20%
R=50.27%
G=29.73%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861107400.410.600.2719.2944.850.98
HexBA6E4A0293C1B132d33
Octal2721561120517433235563
Binary101110101101110100101001010011111001101110011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E4A; }

 p { color: rgb(186,110,74); }

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

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

 a { background-color: rgb(186,110,74); }

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

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

 span { border-color: rgb(186,110,74); }

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