#BA7856

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

Shades of Red Damask #BA7856

Tints of Red Damask #BA7856

Color information

#BA7856 (or 0xBA7856) is unknown color: approx Red Damask. HEX triplet: BA, 78 and 56. RGB value is (186,120,86). Sum of RGB (Red+Green+Blue) = 186+120+86=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7856 is #4587A9. Grayscale: #888888. Windows color (decimal): -4556714 or 5667002. OLE color: 5667002.

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

Color convert

RGB18612086-
CMYK00.350.540.27
HSL20.4º42.02%53.33%-
HSV(B)20.4º53.76%72.94%-
XYZ28.6524.5412.03-
YUV135.8699.87163.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 86 (33.98% from 255) = 21.94%
R=47.45%
G=30.61%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861208600.350.540.2720.442.0253.33
HexBA7856023361B142a35
Octal2721701260436633245265
Binary101110101111000101011001000111101101101110100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7856; }

 p { color: rgb(186,120,86); }

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

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

 a { background-color: rgb(186,120,86); }

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

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

 span { border-color: rgb(186,120,86); }

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