#BA6F7A

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

Shades of Tapestry #BA6F7A

Tints of Tapestry #BA6F7A

Color information

#BA6F7A (or 0xBA6F7A) is unknown color: approx Tapestry. HEX triplet: BA, 6F and 7A. RGB value is (186,111,122). Sum of RGB (Red+Green+Blue) = 186+111+122=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F7A is #459085. Grayscale: #868686. Windows color (decimal): -4558982 or 8023994. OLE color: 8023994.

HSL color Cylindrical-coordinate representation of color #BA6F7A: hue angle of 351.2º 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 #BA6F7A is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB186111122-
CMYK00.400.340.27
HSL351.2º35.21%58.24%-
HSV(B)351.2º40.32%72.94%-
XYZ29.4523.2121.34-
YUV134.68120.85164.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=44.39%
G=26.49%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611112200.400.340.27351.235.2158.24
HexBA6F7A028221B15f233a
Octal27215717205042335374372
Binary1011101011011111111010010100010001011011101011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F7A; }

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

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

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

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

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

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

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

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