#BC6279

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

Shades of Tapestry #BC6279

Tints of Tapestry #BC6279

Color information

#BC6279 (or 0xBC6279) is unknown color: approx Tapestry. HEX triplet: BC, 62 and 79. RGB value is (188,98,121). Sum of RGB (Red+Green+Blue) = 188+98+121=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6279 is #439D86. Grayscale: #7F7F7F. Windows color (decimal): -4431239 or 7955132. OLE color: 7955132.

HSL color Cylindrical-coordinate representation of color #BC6279: hue angle of 344.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6279 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB18898121-
CMYK00.480.360.26
HSL344.67º40.18%56.08%-
HSV(B)344.67º47.87%73.73%-
XYZ28.5620.8120.6-
YUV127.53124.32171.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=46.19%
G=24.08%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889812100.480.360.26344.6740.1856.08
HexBC6279030241A1592838
Octal27414217106044325315070
Binary1011110011000101111001011000010010011010101011001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6279; }

 p { color: rgb(188,98,121); }

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

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

 a { background-color: rgb(188,98,121); }

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

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

 span { border-color: rgb(188,98,121); }

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