#BA6B80

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

Shades of Tapestry #BA6B80

Tints of Tapestry #BA6B80

Color information

#BA6B80 (or 0xBA6B80) is unknown color: approx Tapestry. HEX triplet: BA, 6B and 80. RGB value is (186,107,128). Sum of RGB (Red+Green+Blue) = 186+107+128=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B80 is #45947F. Grayscale: #858585. Windows color (decimal): -4560000 or 8416186. OLE color: 8416186.

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

Color convert

RGB186107128-
CMYK00.420.310.27
HSL344.05º36.41%57.45%-
HSV(B)344.05º42.47%72.94%-
XYZ29.422.5123.22-
YUV133.02125.17165.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 107 (42.19% from 255) = 25.42%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=44.18%
G=25.42%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610712800.420.310.27344.0536.4157.45
HexBA6B8002A1F1B1582439
Octal27215320005237335304471
Binary1011101011010111000000001010101111111011101011000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B80; }

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

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

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

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

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

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

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

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