#ba5e7b

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

Shades of Tapestry #BA5E7B

Tints of Tapestry #BA5E7B

Color information

#BA5E7B (or 0xBA5E7B) is unknown color: approx Tapestry. HEX triplet: BA, 5E and 7B. RGB value is (186,94,123). Sum of RGB (Red+Green+Blue) = 186+94+123=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E7B is #45A184. Grayscale: #7C7C7C. Windows color (decimal): -4563333 or 8085178. OLE color: 8085178.

HSL color Cylindrical-coordinate representation of color #BA5E7B: hue angle of 341.09º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5E7B is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB18694123-
CMYK00.490.340.27
HSL341.09º40%54.9%-
HSV(B)341.09º49.46%72.94%-
XYZ27.8319.8721.11-
YUV124.81126.98171.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 94 (37.11% from 255) = 23.33%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=46.15%
G=23.33%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869412300.490.340.27341.094054.9
HexBA5E7B031221B1552837
Octal27213617306142335255067
Binary1011101010111101111011011000110001011011101010101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba5e7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba5e7b; }

 p { color: rgb(186,94,123); }

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

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

 a { background-color: rgb(186,94,123); }

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

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

 span { border-color: rgb(186,94,123); }

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