#B1747F

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

Shades of Tapestry #B1747F

Tints of Tapestry #B1747F

Color information

#B1747F (or 0xB1747F) is unknown color: approx Tapestry. HEX triplet: B1, 74 and 7F. RGB value is (177,116,127). Sum of RGB (Red+Green+Blue) = 177+116+127=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1747F is #4E8B80. Grayscale: #878787. Windows color (decimal): -5147521 or 8352945. OLE color: 8352945.

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

Color convert

RGB177116127-
CMYK00.340.280.31
HSL349.18º28.11%57.45%-
HSV(B)349.18º34.46%69.41%-
XYZ28.2123.3723.1-
YUV135.49123.21157.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.14%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 127 (50% from 255) = 30.24%
R=42.14%
G=27.62%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711612700.340.280.31349.1828.1157.45
HexB1747F0221C1F15d1c39
Octal26116417704234375353471
Binary10110001111010011111110100010111001111110101110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1747F; }

 p { color: rgb(177,116,127); }

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

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

 a { background-color: rgb(177,116,127); }

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

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

 span { border-color: rgb(177,116,127); }

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