#BA754F

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

Shades of Red Damask #BA754F

Tints of Red Damask #BA754F

Color information

#BA754F (or 0xBA754F) is unknown color: approx Red Damask. HEX triplet: BA, 75 and 4F. RGB value is (186,117,79). Sum of RGB (Red+Green+Blue) = 186+117+79=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA754F is #458AB0. Grayscale: #858585. Windows color (decimal): -4557489 or 5207482. OLE color: 5207482.

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

Color convert

RGB18611779-
CMYK00.370.580.27
HSL21.31º43.67%51.96%-
HSV(B)21.31º57.53%72.94%-
XYZ28.0223.7310.5-
YUV133.397.36165.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.69%
GREEN value IS 117 (46.09% from 255) = 30.63%
BLUE value IS 79 (31.25% from 255) = 20.68%
R=48.69%
G=30.63%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861177900.370.580.2721.3143.6751.96
HexBA754F0253A1B152c34
Octal2721651170457233255464
Binary101110101110101100111101001011110101101110101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA754F; }

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

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

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

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

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

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

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

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