#BA638A

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

Shades of Tapestry #BA638A

Tints of Tapestry #BA638A

Color information

#BA638A (or 0xBA638A) is unknown color: approx Tapestry. HEX triplet: BA, 63 and 8A. RGB value is (186,99,138). Sum of RGB (Red+Green+Blue) = 186+99+138=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA638A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA638A is #459C75. Grayscale: #818181. Windows color (decimal): -4562038 or 9069498. OLE color: 9069498.

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

Color convert

RGB18699138-
CMYK00.470.260.27
HSL333.1º38.67%55.88%-
HSV(B)333.1º46.77%72.94%-
XYZ29.321.226.59-
YUV129.46132.82168.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=43.97%
G=23.40%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869913800.470.260.27333.138.6755.88
HexBA638A02F1A1B14d2738
Octal27214321205732335154770
Binary1011101011000111000101001011111101011011101001101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA638A; }

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

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

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

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

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

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

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

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