Html Css Color HEX #BA7580 Tapestry

📋 copy color: '#BA7580'

red 186 ◦ green 117 ◦ blue 128

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

Shades of Tapestry #BA7580

Tints of Tapestry #BA7580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.7%

R = 43.16%
G = 27.15%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA7580 (or 0xBA7580) is known color: Tapestry. HEX triplet: BA, 75 and 80. RGB value is (186,117,128). Sum of RGB (Red+Green+Blue) = 186+117+128=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7580 is #458A7F. Grayscale: #8A8A8A. Windows color (decimal): -4557440 or 8418746. OLE color: 8418746.

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

Color convert

RGB 186 117 128 -
CMYK 0 0.37 0.31 0.27
HSL 350.43º 0.33% 0.59% -
HSV(B) 350.43º 0.37% 0.73% -
XYZ 30.51 24.72 23.59 -
YUV 138.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 186 117 128 0 0.37 0.31 0.27 350.43 0.33 0.59
Hex BA 75 80 0 25 1F 1B 15E 21 3B
Octal 272 165 200 0 45 37 33 536 41 73
Binary 10111010 1110101 10000000 0 100101 11111 11011 101011110 100001 111011

Color Harmonies of #BA7580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7580

Black with #BA7580

Text Example


Text Example

White with #BA7580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7580; }

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

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

background-color css

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

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

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

border-color css

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

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

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