#BA818A

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

Shades of Tapestry #BA818A

Tints of Tapestry #BA818A

Color information

#BA818A (or 0xBA818A) is unknown color: approx Tapestry. HEX triplet: BA, 81 and 8A. RGB value is (186,129,138). Sum of RGB (Red+Green+Blue) = 186+129+138=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA818A is #457E75. Grayscale: #939393. Windows color (decimal): -4554358 or 9077178. OLE color: 9077178.

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

Color convert

RGB186129138-
CMYK00.310.260.27
HSL350.53º29.23%61.76%-
HSV(B)350.53º30.65%72.94%-
XYZ32.6927.9727.72-
YUV147.07122.88155.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 129 (50.78% from 255) = 28.48%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=41.06%
G=28.48%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612913800.310.260.27350.5329.2361.76
HexBA818A01F1A1B15f1d3e
Octal27220121203732335373576
Binary101110101000000110001010011111110101101110101111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA818A; }

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

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

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

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

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

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

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

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