#B6648F

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

Shades of Tapestry #B6648F

Tints of Tapestry #B6648F

Color information

#B6648F (or 0xB6648F) is unknown color: approx Tapestry. HEX triplet: B6, 64 and 8F. RGB value is (182,100,143). Sum of RGB (Red+Green+Blue) = 182+100+143=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6648F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6648F is #499B70. Grayscale: #818181. Windows color (decimal): -4823921 or 9397430. OLE color: 9397430.

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

Color convert

RGB182100143-
CMYK00.450.210.29
HSL328.54º35.96%55.29%-
HSV(B)328.54º45.05%71.37%-
XYZ28.8121.0428.53-
YUV129.42135.67165.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 143 (56.25% from 255) = 33.65%
R=42.82%
G=23.53%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210014300.450.210.29328.5435.9655.29
HexB6648F02D151D1492437
Octal26614421705525355114467
Binary1011011011001001000111101011011010111101101001001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6648F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6648F; }

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

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

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

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

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

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

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

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