#BA6F7C

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

Shades of Tapestry #BA6F7C

Tints of Tapestry #BA6F7C

Color information

#BA6F7C (or 0xBA6F7C) is unknown color: approx Tapestry. HEX triplet: BA, 6F and 7C. RGB value is (186,111,124). Sum of RGB (Red+Green+Blue) = 186+111+124=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F7C is #459083. Grayscale: #868686. Windows color (decimal): -4558980 or 8155066. OLE color: 8155066.

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

Color convert

RGB186111124-
CMYK00.400.330.27
HSL349.6º35.21%58.24%-
HSV(B)349.6º40.32%72.94%-
XYZ29.5723.2622-
YUV134.91121.85164.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 111 (43.75% from 255) = 26.37%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=44.18%
G=26.37%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611112400.400.330.27349.635.2158.24
HexBA6F7C028211B15e233a
Octal27215717405041335364372
Binary1011101011011111111100010100010000111011101011110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F7C; }

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

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

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

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

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

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

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

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