#BA607F

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

Shades of Tapestry #BA607F

Tints of Tapestry #BA607F

Color information

#BA607F (or 0xBA607F) is unknown color: approx Tapestry. HEX triplet: BA, 60 and 7F. RGB value is (186,96,127). Sum of RGB (Red+Green+Blue) = 186+96+127=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA607F is #459F80. Grayscale: #7E7E7E. Windows color (decimal): -4562817 or 8347834. OLE color: 8347834.

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

Color convert

RGB18696127-
CMYK00.480.320.27
HSL339.33º39.47%55.29%-
HSV(B)339.33º48.39%72.94%-
XYZ28.2620.3422.51-
YUV126.44128.32170.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 127 (50% from 255) = 31.05%
R=45.48%
G=23.47%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869612700.480.320.27339.3339.4755.29
HexBA607F030201B1532737
Octal27214017706040335234767
Binary1011101011000001111111011000010000011011101010011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA607F; }

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

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

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

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

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

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

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

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