#BA6F4E

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

Shades of Red Damask #BA6F4E

Tints of Red Damask #BA6F4E

Color information

#BA6F4E (or 0xBA6F4E) is unknown color: approx Red Damask. HEX triplet: BA, 6F and 4E. RGB value is (186,111,78). Sum of RGB (Red+Green+Blue) = 186+111+78=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F4E is #4590B1. Grayscale: #818181. Windows color (decimal): -4559026 or 5140410. OLE color: 5140410.

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

Color convert

RGB18611178-
CMYK00.400.580.27
HSL18.33º43.9%51.76%-
HSV(B)18.33º58.06%72.94%-
XYZ27.3122.3610.08-
YUV129.6698.85168.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 78 (30.86% from 255) = 20.8%
R=49.6%
G=29.6%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861117800.400.580.2718.3343.951.76
HexBA6F4E0283A1B122c34
Octal2721571160507233225464
Binary101110101101111100111001010001110101101110010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F4E; }

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

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

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

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

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

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

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

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