#B7648E

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

Shades of Tapestry #B7648E

Tints of Tapestry #B7648E

Color information

#B7648E (or 0xB7648E) is unknown color: approx Tapestry. HEX triplet: B7, 64 and 8E. RGB value is (183,100,142). Sum of RGB (Red+Green+Blue) = 183+100+142=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7648E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7648E is #489B71. Grayscale: #818181. Windows color (decimal): -4758386 or 9331895. OLE color: 9331895.

HSL color Cylindrical-coordinate representation of color #B7648E: hue angle of 329.64º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7648E is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB183100142-
CMYK00.450.220.28
HSL329.64º36.56%55.49%-
HSV(B)329.64º45.36%71.76%-
XYZ28.9721.1328.14-
YUV129.6135166.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 142 (55.86% from 255) = 33.41%
R=43.06%
G=23.53%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310014200.450.220.28329.6436.5655.49
HexB7648E02D161C14a2537
Octal26714421605526345124567
Binary1011011111001001000111001011011011011100101001010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7648E; }

 p { color: rgb(183,100,142); }

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

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

 a { background-color: rgb(183,100,142); }

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

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

 span { border-color: rgb(183,100,142); }

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