#B1637D

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

Shades of Tapestry #B1637D

Tints of Tapestry #B1637D

Color information

#B1637D (or 0xB1637D) is unknown color: approx Tapestry. HEX triplet: B1, 63 and 7D. RGB value is (177,99,125). Sum of RGB (Red+Green+Blue) = 177+99+125=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1637D is #4E9C82. Grayscale: #7D7D7D. Windows color (decimal): -5151875 or 8217521. OLE color: 8217521.

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

Color convert

RGB17799125-
CMYK00.440.290.31
HSL340º33.33%54.12%-
HSV(B)340º44.07%69.41%-
XYZ26.2919.7521.83-
YUV125.29127.84164.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=44.14%
G=24.69%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779912500.440.290.3134033.3354.12
HexB1637D02C1D1F1542136
Octal26114317505435375244166
Binary101100011100011111110101011001110111111101010100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1637D; }

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

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

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

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

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

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

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

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