#BA808F

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

Shades of Tapestry #BA808F

Tints of Tapestry #BA808F

Color information

#BA808F (or 0xBA808F) is unknown color: approx Tapestry. HEX triplet: BA, 80 and 8F. RGB value is (186,128,143). Sum of RGB (Red+Green+Blue) = 186+128+143=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA808F is #457F70. Grayscale: #939393. Windows color (decimal): -4554609 or 9404602. OLE color: 9404602.

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

Color convert

RGB186128143-
CMYK00.310.230.27
HSL344.48º29.59%61.57%-
HSV(B)344.48º31.18%72.94%-
XYZ32.9327.8629.63-
YUV147.05125.72155.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 143 (56.25% from 255) = 31.29%
R=40.70%
G=28.01%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612814300.310.230.27344.4829.5961.57
HexBA808F01F171B1581e3e
Octal27220021703727335303676
Binary101110101000000010001111011111101111101110101100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA808F; }

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

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

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

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

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

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

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

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