#BA704B

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

Shades of Red Damask #BA704B

Tints of Red Damask #BA704B

Color information

#BA704B (or 0xBA704B) is unknown color: approx Red Damask. HEX triplet: BA, 70 and 4B. RGB value is (186,112,75). Sum of RGB (Red+Green+Blue) = 186+112+75=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA704B is #458FB4. Grayscale: #828282. Windows color (decimal): -4558773 or 4944058. OLE color: 4944058.

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

Color convert

RGB18611275-
CMYK00.400.600.27
HSL20º44.58%51.18%-
HSV(B)20º59.68%72.94%-
XYZ27.3122.549.57-
YUV129.9197.02168.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 112 (44.14% from 255) = 30.03%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=49.87%
G=30.03%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861127500.400.600.272044.5851.18
HexBA704B0283C1B142d33
Octal2721601130507433245563
Binary101110101110000100101101010001111001101110100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA704B; }

 p { color: rgb(186,112,75); }

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

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

 a { background-color: rgb(186,112,75); }

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

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

 span { border-color: rgb(186,112,75); }

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