#BA6F7E

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

Shades of Tapestry #BA6F7E

Tints of Tapestry #BA6F7E

Color information

#BA6F7E (or 0xBA6F7E) is unknown color: approx Tapestry. HEX triplet: BA, 6F and 7E. RGB value is (186,111,126). Sum of RGB (Red+Green+Blue) = 186+111+126=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F7E is #459081. Grayscale: #878787. Windows color (decimal): -4558978 or 8286138. OLE color: 8286138.

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

Color convert

RGB186111126-
CMYK00.400.320.27
HSL348º35.21%58.24%-
HSV(B)348º40.32%72.94%-
XYZ29.723.3122.67-
YUV135.14122.85164.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=43.97%
G=26.24%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611112600.400.320.2734835.2158.24
HexBA6F7E028201B15c233a
Octal27215717605040335344372
Binary1011101011011111111110010100010000011011101011100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F7E; }

 p { color: rgb(186,111,126); }

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

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

 a { background-color: rgb(186,111,126); }

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

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

 span { border-color: rgb(186,111,126); }

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