#B0648C

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

Shades of Tapestry #B0648C

Tints of Tapestry #B0648C

Color information

#B0648C (or 0xB0648C) is unknown color: approx Tapestry. HEX triplet: B0, 64 and 8C. RGB value is (176,100,140). Sum of RGB (Red+Green+Blue) = 176+100+140=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0648C is #4F9B73. Grayscale: #7F7F7F. Windows color (decimal): -5217140 or 9200816. OLE color: 9200816.

HSL color Cylindrical-coordinate representation of color #B0648C: hue angle of 328.42º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0648C is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB176100140-
CMYK00.430.200.31
HSL328.42º32.48%54.12%-
HSV(B)328.42º43.18%69.02%-
XYZ27.220.2427.28-
YUV127.28135.18162.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.31%
GREEN value IS 100 (39.45% from 255) = 24.04%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=42.31%
G=24.04%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610014000.430.200.31328.4232.4854.12
HexB0648C02B141F1482036
Octal26014421405324375104066
Binary1011000011001001000110001010111010011111101001000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0648C; }

 p { color: rgb(176,100,140); }

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

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

 a { background-color: rgb(176,100,140); }

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

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

 span { border-color: rgb(176,100,140); }

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