#B0647E

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

Shades of Tapestry #B0647E

Tints of Tapestry #B0647E

Color information

#B0647E (or 0xB0647E) is unknown color: approx Tapestry. HEX triplet: B0, 64 and 7E. RGB value is (176,100,126). Sum of RGB (Red+Green+Blue) = 176+100+126=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0647E is #4F9B81. Grayscale: #7D7D7D. Windows color (decimal): -5217154 or 8283312. OLE color: 8283312.

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

Color convert

RGB176100126-
CMYK00.430.280.31
HSL339.47º32.48%54.12%-
HSV(B)339.47º43.18%69.02%-
XYZ26.2319.8522.19-
YUV125.69128.18163.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=43.78%
G=24.88%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610012600.430.280.31339.4732.4854.12
HexB0647E02B1C1F1532036
Octal26014417605334375234066
Binary101100001100100111111001010111110011111101010011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0647E; }

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

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

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

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

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

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

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

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