#BA618B

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

Shades of Tapestry #BA618B

Tints of Tapestry #BA618B

Color information

#BA618B (or 0xBA618B) is unknown color: approx Tapestry. HEX triplet: BA, 61 and 8B. RGB value is (186,97,139). Sum of RGB (Red+Green+Blue) = 186+97+139=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA618B is #459E74. Grayscale: #808080. Windows color (decimal): -4562549 or 9134522. OLE color: 9134522.

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

Color convert

RGB18697139-
CMYK00.480.250.27
HSL331.69º39.21%55.49%-
HSV(B)331.69º47.85%72.94%-
XYZ29.1820.8526.91-
YUV128.4133.99169.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=44.08%
G=22.99%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869713900.480.250.27331.6939.2155.49
HexBA618B030191B14c2737
Octal27214121306031335144767
Binary1011101011000011000101101100001100111011101001100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA618B; }

 p { color: rgb(186,97,139); }

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

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

 a { background-color: rgb(186,97,139); }

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

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

 span { border-color: rgb(186,97,139); }

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