#BA7752

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

Shades of Red Damask #BA7752

Tints of Red Damask #BA7752

Color information

#BA7752 (or 0xBA7752) is unknown color: approx Red Damask. HEX triplet: BA, 77 and 52. RGB value is (186,119,82). Sum of RGB (Red+Green+Blue) = 186+119+82=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7752 is #4588AD. Grayscale: #878787. Windows color (decimal): -4556974 or 5404602. OLE color: 5404602.

HSL color Cylindrical-coordinate representation of color #BA7752: hue angle of 21.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA7752 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18611982-
CMYK00.360.560.27
HSL21.35º42.98%52.55%-
HSV(B)21.35º55.91%72.94%-
XYZ28.3724.2411.17-
YUV134.8298.2164.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 82 (32.42% from 255) = 21.19%
R=48.06%
G=30.75%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861198200.360.560.2721.3542.9852.55
HexBA7752024381B152b35
Octal2721671220447033255365
Binary101110101110111101001001001001110001101110101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7752; }

 p { color: rgb(186,119,82); }

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

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

 a { background-color: rgb(186,119,82); }

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

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

 span { border-color: rgb(186,119,82); }

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