#BA777D

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

Shades of Tapestry #BA777D

Tints of Tapestry #BA777D

Color information

#BA777D (or 0xBA777D) is unknown color: approx Tapestry. HEX triplet: BA, 77 and 7D. RGB value is (186,119,125). Sum of RGB (Red+Green+Blue) = 186+119+125=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA777D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA777D is #458882. Grayscale: #8B8B8B. Windows color (decimal): -4556931 or 8222650. OLE color: 8222650.

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

Color convert

RGB186119125-
CMYK00.360.330.27
HSL354.63º32.68%59.8%-
HSV(B)354.63º36.02%72.94%-
XYZ30.5525.1122.64-
YUV139.72119.7161.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 119 (46.88% from 255) = 27.67%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=43.26%
G=27.67%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611912500.360.330.27354.6332.6859.8
HexBA777D024211B163213c
Octal27216717504441335434174
Binary1011101011101111111101010010010000111011101100011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA777D; }

 p { color: rgb(186,119,125); }

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

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

 a { background-color: rgb(186,119,125); }

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

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

 span { border-color: rgb(186,119,125); }

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