#BA778B

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

Shades of Tapestry #BA778B

Tints of Tapestry #BA778B

Color information

#BA778B (or 0xBA778B) is unknown color: approx Tapestry. HEX triplet: BA, 77 and 8B. RGB value is (186,119,139). Sum of RGB (Red+Green+Blue) = 186+119+139=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA778B is #458874. Grayscale: #8D8D8D. Windows color (decimal): -4556917 or 9140154. OLE color: 9140154.

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

Color convert

RGB186119139-
CMYK00.360.250.27
HSL342.09º32.68%59.8%-
HSV(B)342.09º36.02%72.94%-
XYZ31.5125.527.69-
YUV141.31126.7159.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 119 (46.88% from 255) = 26.80%
BLUE value IS 139 (54.69% from 255) = 31.31%
R=41.89%
G=26.80%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611913900.360.250.27342.0932.6859.8
HexBA778B024191B156213c
Octal27216721304431335264174
Binary1011101011101111000101101001001100111011101010110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA778B; }

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

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

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

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

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

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

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

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