#B1627A

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

Shades of Tapestry #B1627A

Tints of Tapestry #B1627A

Color information

#B1627A (or 0xB1627A) is unknown color: approx Tapestry. HEX triplet: B1, 62 and 7A. RGB value is (177,98,122). Sum of RGB (Red+Green+Blue) = 177+98+122=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1627A is #4E9D85. Grayscale: #7C7C7C. Windows color (decimal): -5152134 or 8020657. OLE color: 8020657.

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

Color convert

RGB17798122-
CMYK00.450.310.31
HSL341.77º33.62%53.92%-
HSV(B)341.77º44.63%69.41%-
XYZ26.0119.4920.8-
YUV124.36126.67165.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 122 (48.05% from 255) = 30.73%
R=44.58%
G=24.69%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779812200.450.310.31341.7733.6253.92
HexB1627A02D1F1F1562236
Octal26114217205537375264266
Binary101100011100010111101001011011111111111101010110100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1627A; }

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

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

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

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

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

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

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

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