#BA828B

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

Shades of Tapestry #BA828B

Tints of Tapestry #BA828B

Color information

#BA828B (or 0xBA828B) is unknown color: approx Tapestry. HEX triplet: BA, 82 and 8B. RGB value is (186,130,139). Sum of RGB (Red+Green+Blue) = 186+130+139=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA828B is #457D74. Grayscale: #939393. Windows color (decimal): -4554101 or 9142970. OLE color: 9142970.

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

Color convert

RGB186130139-
CMYK00.300.250.27
HSL350.36º28.87%61.96%-
HSV(B)350.36º30.11%72.94%-
XYZ32.8928.2728.15-
YUV147.77123.05155.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 139 (54.69% from 255) = 30.55%
R=40.88%
G=28.57%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613013900.300.250.27350.3628.8761.96
HexBA828B01E191B15e1d3e
Octal27220221303631335363576
Binary101110101000001010001011011110110011101110101111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA828B; }

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

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

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

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

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

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

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

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