#BA6B7F

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

Shades of Tapestry #BA6B7F

Tints of Tapestry #BA6B7F

Color information

#BA6B7F (or 0xBA6B7F) is unknown color: approx Tapestry. HEX triplet: BA, 6B and 7F. RGB value is (186,107,127). Sum of RGB (Red+Green+Blue) = 186+107+127=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B7F is #459480. Grayscale: #848484. Windows color (decimal): -4560001 or 8350650. OLE color: 8350650.

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

Color convert

RGB186107127-
CMYK00.420.320.27
HSL344.81º36.41%57.45%-
HSV(B)344.81º42.47%72.94%-
XYZ29.3422.4922.87-
YUV132.9124.67165.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 127 (50% from 255) = 30.24%
R=44.29%
G=25.48%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610712700.420.320.27344.8136.4157.45
HexBA6B7F02A201B1592439
Octal27215317705240335314471
Binary1011101011010111111111010101010000011011101011001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B7F; }

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

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

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

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

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

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

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

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