#B6648D

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

Shades of Tapestry #B6648D

Tints of Tapestry #B6648D

Color information

#B6648D (or 0xB6648D) is unknown color: approx Tapestry. HEX triplet: B6, 64 and 8D. RGB value is (182,100,141). Sum of RGB (Red+Green+Blue) = 182+100+141=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6648D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6648D is #499B72. Grayscale: #818181. Windows color (decimal): -4823923 or 9266358. OLE color: 9266358.

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

Color convert

RGB182100141-
CMYK00.450.230.29
HSL330º35.96%55.29%-
HSV(B)330º45.05%71.37%-
XYZ28.6620.9827.74-
YUV129.19134.67165.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=43.03%
G=23.64%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210014100.450.230.2933035.9655.29
HexB6648D02D171D14a2437
Octal26614421505527355124467
Binary1011011011001001000110101011011011111101101001010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6648D; }

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

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

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

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

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

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

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

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