#B1738F

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

Shades of Tapestry #B1738F

Tints of Tapestry #B1738F

Color information

#B1738F (or 0xB1738F) is unknown color: approx Tapestry. HEX triplet: B1, 73 and 8F. RGB value is (177,115,143). Sum of RGB (Red+Green+Blue) = 177+115+143=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B1738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1738F is #4E8C70. Grayscale: #888888. Windows color (decimal): -5147761 or 9401265. OLE color: 9401265.

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

Color convert

RGB177115143-
CMYK00.350.190.31
HSL332.9º28.44%57.25%-
HSV(B)332.9º35.03%69.41%-
XYZ29.2223.5929-
YUV136.73131.54156.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 115 (45.31% from 255) = 26.44%
BLUE value IS 143 (56.25% from 255) = 32.87%
R=40.69%
G=26.44%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711514300.350.190.31332.928.4457.25
HexB1738F023131F14d1c39
Octal26116321704323375153471
Binary101100011110011100011110100011100111111110100110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1738F; }

 p { color: rgb(177,115,143); }

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

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

 a { background-color: rgb(177,115,143); }

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

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

 span { border-color: rgb(177,115,143); }

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