#ba608a

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

Shades of Tapestry #BA608A

Tints of Tapestry #BA608A

Color information

#BA608A (or 0xBA608A) is unknown color: approx Tapestry. HEX triplet: BA, 60 and 8A. RGB value is (186,96,138). Sum of RGB (Red+Green+Blue) = 186+96+138=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA608A is #459F75. Grayscale: #7F7F7F. Windows color (decimal): -4562806 or 9068730. OLE color: 9068730.

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

Color convert

RGB18696138-
CMYK00.480.260.27
HSL332º39.47%55.29%-
HSV(B)332º48.39%72.94%-
XYZ29.0220.6426.5-
YUV127.7133.82169.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 138 (54.30% from 255) = 32.86%
R=44.29%
G=22.86%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869613800.480.260.2733239.4755.29
HexBA608A0301A1B14c2737
Octal27214021206032335144767
Binary1011101011000001000101001100001101011011101001100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba608a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba608a; }

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

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

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

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

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

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

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

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