#BA734F

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

Shades of Red Damask #BA734F

Tints of Red Damask #BA734F

Color information

#BA734F (or 0xBA734F) is unknown color: approx Red Damask. HEX triplet: BA, 73 and 4F. RGB value is (186,115,79). Sum of RGB (Red+Green+Blue) = 186+115+79=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA734F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA734F is #458CB0. Grayscale: #848484. Windows color (decimal): -4558001 or 5206970. OLE color: 5206970.

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

Color convert

RGB18611579-
CMYK00.380.580.27
HSL20.19º43.67%51.96%-
HSV(B)20.19º57.53%72.94%-
XYZ27.7923.2710.42-
YUV132.1298.02166.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.95%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 79 (31.25% from 255) = 20.79%
R=48.95%
G=30.26%
B=20.79%

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
Decimal1861157900.380.580.2720.1943.6751.96
HexBA734F0263A1B142c34
Octal2721631170467233245464
Binary101110101110011100111101001101110101101110100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA734F; }

 p { color: rgb(186,115,79); }

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

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

 a { background-color: rgb(186,115,79); }

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

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

 span { border-color: rgb(186,115,79); }

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