#B1637A

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

Shades of Tapestry #B1637A

Tints of Tapestry #B1637A

Color information

#B1637A (or 0xB1637A) is unknown color: approx Tapestry. HEX triplet: B1, 63 and 7A. RGB value is (177,99,122). Sum of RGB (Red+Green+Blue) = 177+99+122=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B1637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1637A is #4E9C85. Grayscale: #7C7C7C. Windows color (decimal): -5151878 or 8020913. OLE color: 8020913.

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

Color convert

RGB17799122-
CMYK00.440.310.31
HSL342.31º33.33%54.12%-
HSV(B)342.31º44.07%69.41%-
XYZ26.1119.6820.83-
YUV124.94126.34165.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.47%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=44.47%
G=24.87%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779912200.440.310.31342.3133.3354.12
HexB1637A02C1F1F1562136
Octal26114317205437375264166
Binary101100011100011111101001011001111111111101010110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1637A; }

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

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

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

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

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

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

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

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