#BA6C7B

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

Shades of Tapestry #BA6C7B

Tints of Tapestry #BA6C7B

Color information

#BA6C7B (or 0xBA6C7B) is unknown color: approx Tapestry. HEX triplet: BA, 6C and 7B. RGB value is (186,108,123). Sum of RGB (Red+Green+Blue) = 186+108+123=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6C7B is #459384. Grayscale: #858585. Windows color (decimal): -4559749 or 8088762. OLE color: 8088762.

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

Color convert

RGB186108123-
CMYK00.420.340.27
HSL348.46º36.11%57.65%-
HSV(B)348.46º41.94%72.94%-
XYZ29.1922.5921.56-
YUV133.03122.34165.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 123 (48.44% from 255) = 29.50%
R=44.60%
G=25.90%
B=29.50%

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
Decimal18610812300.420.340.27348.4636.1157.65
HexBA6C7B02A221B15c243a
Octal27215417305242335344472
Binary1011101011011001111011010101010001011011101011100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C7B; }

 p { color: rgb(186,108,123); }

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

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

 a { background-color: rgb(186,108,123); }

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

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

 span { border-color: rgb(186,108,123); }

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