#B6647E

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

Shades of Tapestry #B6647E

Tints of Tapestry #B6647E

Color information

#B6647E (or 0xB6647E) is unknown color: approx Tapestry. HEX triplet: B6, 64 and 7E. RGB value is (182,100,126). Sum of RGB (Red+Green+Blue) = 182+100+126=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6647E is #499B81. Grayscale: #7F7F7F. Windows color (decimal): -4823938 or 8283318. OLE color: 8283318.

HSL color Cylindrical-coordinate representation of color #B6647E: hue angle of 340.98º 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 #B6647E is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB182100126-
CMYK00.450.310.29
HSL340.98º35.96%55.29%-
HSV(B)340.98º45.05%71.37%-
XYZ27.6120.5722.25-
YUV127.48127.17166.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 100 (39.45% from 255) = 24.51%
BLUE value IS 126 (49.61% from 255) = 30.88%
R=44.61%
G=24.51%
B=30.88%

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
Decimal18210012600.450.310.29340.9835.9655.29
HexB6647E02D1F1D1552437
Octal26614417605537355254467
Binary101101101100100111111001011011111111101101010101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6647E; }

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

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

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

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

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

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

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

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