#B6647D

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

Shades of Tapestry #B6647D

Tints of Tapestry #B6647D

Color information

#B6647D (or 0xB6647D) is unknown color: approx Tapestry. HEX triplet: B6, 64 and 7D. RGB value is (182,100,125). Sum of RGB (Red+Green+Blue) = 182+100+125=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6647D is #499B82. Grayscale: #7F7F7F. Windows color (decimal): -4823939 or 8217782. OLE color: 8217782.

HSL color Cylindrical-coordinate representation of color #B6647D: hue angle of 341.71º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6647D is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB182100125-
CMYK00.450.310.29
HSL341.71º35.96%55.29%-
HSV(B)341.71º45.05%71.37%-
XYZ27.5520.5421.91-
YUV127.37126.67166.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 100 (39.45% from 255) = 24.57%
BLUE value IS 125 (49.22% from 255) = 30.71%
R=44.72%
G=24.57%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210012500.450.310.29341.7135.9655.29
HexB6647D02D1F1D1562437
Octal26614417505537355264467
Binary101101101100100111110101011011111111101101010110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6647D; }

 p { color: rgb(182,100,125); }

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

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

 a { background-color: rgb(182,100,125); }

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

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

 span { border-color: rgb(182,100,125); }

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