#BA6B7A

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

Shades of Tapestry #BA6B7A

Tints of Tapestry #BA6B7A

Color information

#BA6B7A (or 0xBA6B7A) is unknown color: approx Tapestry. HEX triplet: BA, 6B and 7A. RGB value is (186,107,122). Sum of RGB (Red+Green+Blue) = 186+107+122=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B7A is #459485. Grayscale: #848484. Windows color (decimal): -4560006 or 8022970. OLE color: 8022970.

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

Color convert

RGB186107122-
CMYK00.420.340.27
HSL348.61º36.41%57.45%-
HSV(B)348.61º42.47%72.94%-
XYZ29.0222.3621.2-
YUV132.33122.17166.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=44.82%
G=25.78%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610712200.420.340.27348.6136.4157.45
HexBA6B7A02A221B15d2439
Octal27215317205242335354471
Binary1011101011010111111010010101010001011011101011101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B7A; }

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

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

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

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

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

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

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

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