Html Css Color HEX #BA6080 Tapestry

📋 copy color: '#BA6080'

red 186 ◦ green 96 ◦ blue 128

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

Shades of Tapestry #BA6080

Tints of Tapestry #BA6080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.41%

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

R = 45.37%
G = 23.41%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA6080 (or 0xBA6080) is known color: Tapestry. HEX triplet: BA, 60 and 80. RGB value is (186,96,128). Sum of RGB (Red+Green+Blue) = 186+96+128=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6080 is #459F7F. Grayscale: #7E7E7E. Windows color (decimal): -4562816 or 8413370. OLE color: 8413370.

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

Color convert

RGB 186 96 128 -
CMYK 0 0.48 0.31 0.27
HSL 338.67º 0.39% 0.55% -
HSV(B) 338.67º 0.48% 0.73% -
XYZ 28.33 20.36 22.86 -
YUV 126.56 128.82 170.4 -
System Red Green Blue C M Y K H S L
Decimal 186 96 128 0 0.48 0.31 0.27 338.67 0.39 0.55
Hex BA 60 80 0 30 1F 1B 153 27 37
Octal 272 140 200 0 60 37 33 523 47 67
Binary 10111010 1100000 10000000 0 110000 11111 11011 101010011 100111 110111

Color Harmonies of #BA6080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6080

Black with #BA6080

Text Example


Text Example

White with #BA6080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6080; }

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

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

background-color css

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

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

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

border-color css

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

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

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