#BA798F

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

Shades of Tapestry #BA798F

Tints of Tapestry #BA798F

Color information

#BA798F (or 0xBA798F) is unknown color: approx Tapestry. HEX triplet: BA, 79 and 8F. RGB value is (186,121,143). Sum of RGB (Red+Green+Blue) = 186+121+143=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA798F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA798F is #458670. Grayscale: #8E8E8E. Windows color (decimal): -4556401 or 9402810. OLE color: 9402810.

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

Color convert

RGB186121143-
CMYK00.350.230.27
HSL339.69º32.02%60.2%-
HSV(B)339.69º34.95%72.94%-
XYZ32.0526.129.33-
YUV142.94128.03158.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 143 (56.25% from 255) = 31.78%
R=41.33%
G=26.89%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612114300.350.230.27339.6932.0260.2
HexBA798F023171B154203c
Octal27217121704327335244074
Binary1011101011110011000111101000111011111011101010100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA798F; }

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

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

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

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

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

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

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

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