#BA767E

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

Shades of Tapestry #BA767E

Tints of Tapestry #BA767E

Color information

#BA767E (or 0xBA767E) is unknown color: approx Tapestry. HEX triplet: BA, 76 and 7E. RGB value is (186,118,126). Sum of RGB (Red+Green+Blue) = 186+118+126=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA767E is #458981. Grayscale: #8B8B8B. Windows color (decimal): -4557186 or 8287930. OLE color: 8287930.

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

Color convert

RGB186118126-
CMYK00.370.320.27
HSL352.94º33.01%59.61%-
HSV(B)352.94º36.56%72.94%-
XYZ30.4924.922.94-
YUV139.24120.53161.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 126 (49.61% from 255) = 29.30%
R=43.26%
G=27.44%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611812600.370.320.27352.9433.0159.61
HexBA767E025201B161213c
Octal27216617604540335414174
Binary1011101011101101111110010010110000011011101100001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA767E; }

 p { color: rgb(186,118,126); }

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

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

 a { background-color: rgb(186,118,126); }

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

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

 span { border-color: rgb(186,118,126); }

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