#BA6381

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

Shades of Tapestry #BA6381

Tints of Tapestry #BA6381

Color information

#BA6381 (or 0xBA6381) is unknown color: approx Tapestry. HEX triplet: BA, 63 and 81. RGB value is (186,99,129). Sum of RGB (Red+Green+Blue) = 186+99+129=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6381 is #459C7E. Grayscale: #808080. Windows color (decimal): -4562047 or 8479674. OLE color: 8479674.

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

Color convert

RGB18699129-
CMYK00.470.310.27
HSL339.31º38.67%55.88%-
HSV(B)339.31º46.77%72.94%-
XYZ28.6720.9523.3-
YUV128.43128.32169.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 99 (39.06% from 255) = 23.91%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=44.93%
G=23.91%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869912900.470.310.27339.3138.6755.88
HexBA638102F1F1B1532738
Octal27214320105737335234770
Binary1011101011000111000000101011111111111011101010011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6381; }

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

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

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

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

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

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

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

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