#B1627E

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

Shades of Tapestry #B1627E

Tints of Tapestry #B1627E

Color information

#B1627E (or 0xB1627E) is unknown color: approx Tapestry. HEX triplet: B1, 62 and 7E. RGB value is (177,98,126). Sum of RGB (Red+Green+Blue) = 177+98+126=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1627E is #4E9D81. Grayscale: #7C7C7C. Windows color (decimal): -5152130 or 8282801. OLE color: 8282801.

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

Color convert

RGB17798126-
CMYK00.450.290.31
HSL338.73º33.62%53.92%-
HSV(B)338.73º44.63%69.41%-
XYZ26.2719.5922.14-
YUV124.81128.67165.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 98 (38.67% from 255) = 24.44%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=44.14%
G=24.44%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779812600.450.290.31338.7333.6253.92
HexB1627E02D1D1F1532236
Octal26114217605535375234266
Binary101100011100010111111001011011110111111101010011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1627E; }

 p { color: rgb(177,98,126); }

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

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

 a { background-color: rgb(177,98,126); }

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

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

 span { border-color: rgb(177,98,126); }

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