Html Css Color HEX #BA7593 Tapestry

📋 copy color: '#BA7593'

red 186 ◦ green 117 ◦ blue 147

#BA7593
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #BA7593

Tints of Tapestry #BA7593

RGB

 RED value IS 186 (73.05% from 255) = 41.33%

 GREEN value IS 117 (46.09% from 255) = 26%

 BLUE value IS 147 (57.81% from 255) = 32.67%

R = 41.33%
G = 26%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA7593 (or 0xBA7593) is known color: Tapestry. HEX triplet: BA, 75 and 93. RGB value is (186,117,147). Sum of RGB (Red+Green+Blue) = 186+117+147=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7593 is #458A6C. Grayscale: #8D8D8D. Windows color (decimal): -4557421 or 9663930. OLE color: 9663930.

HSL color Cylindrical-coordinate representation of color #BA7593: hue angle of 333.91º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7593 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 117 147 -
CMYK 0 0.37 0.21 0.27
HSL 333.91º 0.33% 0.59% -
HSV(B) 333.91º 0.37% 0.73% -
XYZ 31.88 25.27 30.8 -
YUV 141.05 131.36 160.06 -
System Red Green Blue C M Y K H S L
Decimal 186 117 147 0 0.37 0.21 0.27 333.91 0.33 0.59
Hex BA 75 93 0 25 15 1B 14E 21 3B
Octal 272 165 223 0 45 25 33 516 41 73
Binary 10111010 1110101 10010011 0 100101 10101 11011 101001110 100001 111011

Color Harmonies of #BA7593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7593

Black with #BA7593

Text Example


Text Example

White with #BA7593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7593; }

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

 H1.HeaderClassName
 {
   color: #BA7593;
 }
 .AnyTagClassName
 {
   color: #BA7593;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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