#BA6877

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

Shades of Tapestry #BA6877

Tints of Tapestry #BA6877

Color information

#BA6877 (or 0xBA6877) is unknown color: approx Tapestry. HEX triplet: BA, 68 and 77. RGB value is (186,104,119). Sum of RGB (Red+Green+Blue) = 186+104+119=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6877 is #459788. Grayscale: #828282. Windows color (decimal): -4560777 or 7825594. OLE color: 7825594.

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

Color convert

RGB186104119-
CMYK00.440.360.27
HSL349.02º37.27%56.86%-
HSV(B)349.02º44.09%72.94%-
XYZ28.5321.6720.13-
YUV130.23121.67167.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 119 (46.88% from 255) = 29.10%
R=45.48%
G=25.43%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610411900.440.360.27349.0237.2756.86
HexBA687702C241B15d2539
Octal27215016705444335354571
Binary1011101011010001110111010110010010011011101011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6877; }

 p { color: rgb(186,104,119); }

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

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

 a { background-color: rgb(186,104,119); }

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

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

 span { border-color: rgb(186,104,119); }

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