#BA7E83

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

Shades of Tapestry #BA7E83

Tints of Tapestry #BA7E83

Color information

#BA7E83 (or 0xBA7E83) is unknown color: approx Tapestry. HEX triplet: BA, 7E and 83. RGB value is (186,126,131). Sum of RGB (Red+Green+Blue) = 186+126+131=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7E83 is #45817C. Grayscale: #909090. Windows color (decimal): -4555133 or 8617658. OLE color: 8617658.

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

Color convert

RGB186126131-
CMYK00.320.300.27
HSL355º30.3%61.18%-
HSV(B)355º32.26%72.94%-
XYZ31.812725.01-
YUV144.51120.38157.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 131 (51.56% from 255) = 29.57%
R=41.99%
G=28.44%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612613100.320.300.2735530.361.18
HexBA7E830201E1B1631e3d
Octal27217620304036335433675
Binary101110101111110100000110100000111101101110110001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E83; }

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

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

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

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

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

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

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

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