#BA808B

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

Shades of Tapestry #BA808B

Tints of Tapestry #BA808B

Color information

#BA808B (or 0xBA808B) is unknown color: approx Tapestry. HEX triplet: BA, 80 and 8B. RGB value is (186,128,139). Sum of RGB (Red+Green+Blue) = 186+128+139=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA808B is #457F74. Grayscale: #929292. Windows color (decimal): -4554613 or 9142458. OLE color: 9142458.

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

Color convert

RGB186128139-
CMYK00.310.250.27
HSL348.62º29.59%61.57%-
HSV(B)348.62º31.18%72.94%-
XYZ32.6327.7428.06-
YUV146.6123.72156.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 128 (50.39% from 255) = 28.26%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=41.06%
G=28.26%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612813900.310.250.27348.6229.5961.57
HexBA808B01F191B15d1e3e
Octal27220021303731335353676
Binary101110101000000010001011011111110011101110101110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA808B; }

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

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

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

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

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

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

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

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