#BA6B88

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

Shades of Tapestry #BA6B88

Tints of Tapestry #BA6B88

Color information

#BA6B88 (or 0xBA6B88) is unknown color: approx Tapestry. HEX triplet: BA, 6B and 88. RGB value is (186,107,136). Sum of RGB (Red+Green+Blue) = 186+107+136=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B88 is #459477. Grayscale: #858585. Windows color (decimal): -4559992 or 8940474. OLE color: 8940474.

HSL color Cylindrical-coordinate representation of color #BA6B88: hue angle of 337.97º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6B88 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB186107136-
CMYK00.420.270.27
HSL337.97º36.41%57.45%-
HSV(B)337.97º42.47%72.94%-
XYZ29.9522.7326.1-
YUV133.93129.17165.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 136 (53.52% from 255) = 31.70%
R=43.36%
G=24.94%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610713600.420.270.27337.9736.4157.45
HexBA6B8802A1B1B1522439
Octal27215321005233335224471
Binary1011101011010111000100001010101101111011101010010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B88; }

 p { color: rgb(186,107,136); }

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

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

 a { background-color: rgb(186,107,136); }

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

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

 span { border-color: rgb(186,107,136); }

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