#BA828A

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

Shades of Tapestry #BA828A

Tints of Tapestry #BA828A

Color information

#BA828A (or 0xBA828A) is unknown color: approx Tapestry. HEX triplet: BA, 82 and 8A. RGB value is (186,130,138). Sum of RGB (Red+Green+Blue) = 186+130+138=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA828A is #457D75. Grayscale: #939393. Windows color (decimal): -4554102 or 9077434. OLE color: 9077434.

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

Color convert

RGB186130138-
CMYK00.300.260.27
HSL351.43º28.87%61.96%-
HSV(B)351.43º30.11%72.94%-
XYZ32.8228.2427.77-
YUV147.66122.55155.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 130 (51.17% from 255) = 28.63%
BLUE value IS 138 (54.30% from 255) = 30.40%
R=40.97%
G=28.63%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613013800.300.260.27351.4328.8761.96
HexBA828A01E1A1B15f1d3e
Octal27220221203632335373576
Binary101110101000001010001010011110110101101110101111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA828A; }

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

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

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

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

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

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

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

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