#BA6277

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

Shades of Tapestry #BA6277

Tints of Tapestry #BA6277

Color information

#BA6277 (or 0xBA6277) is unknown color: approx Tapestry. HEX triplet: BA, 62 and 77. RGB value is (186,98,119). Sum of RGB (Red+Green+Blue) = 186+98+119=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6277 is #459D88. Grayscale: #7E7E7E. Windows color (decimal): -4562313 or 7824058. OLE color: 7824058.

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

Color convert

RGB18698119-
CMYK00.470.360.27
HSL345.68º38.94%55.69%-
HSV(B)345.68º47.31%72.94%-
XYZ27.9520.5119.94-
YUV126.71123.65170.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 119 (46.88% from 255) = 29.53%
R=46.15%
G=24.32%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869811900.470.360.27345.6838.9455.69
HexBA627702F241B15a2738
Octal27214216705744335324770
Binary1011101011000101110111010111110010011011101011010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6277; }

 p { color: rgb(186,98,119); }

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

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

 a { background-color: rgb(186,98,119); }

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

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

 span { border-color: rgb(186,98,119); }

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