#BA724B

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

Shades of Red Damask #BA724B

Tints of Red Damask #BA724B

Color information

#BA724B (or 0xBA724B) is unknown color: approx Red Damask. HEX triplet: BA, 72 and 4B. RGB value is (186,114,75). Sum of RGB (Red+Green+Blue) = 186+114+75=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BA724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA724B is #458DB4. Grayscale: #838383. Windows color (decimal): -4558261 or 4944570. OLE color: 4944570.

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

Color convert

RGB18611475-
CMYK00.390.600.27
HSL21.08º44.58%51.18%-
HSV(B)21.08º59.68%72.94%-
XYZ27.5422.989.64-
YUV131.0896.35167.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 75 (29.69% from 255) = 20%
R=49.6%
G=30.4%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861147500.390.600.2721.0844.5851.18
HexBA724B0273C1B152d33
Octal2721621130477433255563
Binary101110101110010100101101001111111001101110101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA724B; }

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

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

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

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

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

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

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

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