Html Css Color HEX #BA7590 Tapestry

📋 copy color: '#BA7590'

red 186 ◦ green 117 ◦ blue 144

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

Shades of Tapestry #BA7590

Tints of Tapestry #BA7590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.21%

R = 41.61%
G = 26.17%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA7590 (or 0xBA7590) is known color: Tapestry. HEX triplet: BA, 75 and 90. RGB value is (186,117,144). Sum of RGB (Red+Green+Blue) = 186+117+144=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7590 is #458A6F. Grayscale: #8C8C8C. Windows color (decimal): -4557424 or 9467322. OLE color: 9467322.

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

Color convert

RGB 186 117 144 -
CMYK 0 0.37 0.23 0.27
HSL 336.52º 0.33% 0.59% -
HSV(B) 336.52º 0.37% 0.73% -
XYZ 31.65 25.18 29.58 -
YUV 140.71 129.86 160.3 -
System Red Green Blue C M Y K H S L
Decimal 186 117 144 0 0.37 0.23 0.27 336.52 0.33 0.59
Hex BA 75 90 0 25 17 1B 151 21 3B
Octal 272 165 220 0 45 27 33 521 41 73
Binary 10111010 1110101 10010000 0 100101 10111 11011 101010001 100001 111011

Color Harmonies of #BA7590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7590

Black with #BA7590

Text Example


Text Example

White with #BA7590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7590; }

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

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

background-color css

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

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

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

border-color css

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

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

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