#B1708B

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

Shades of Tapestry #B1708B

Tints of Tapestry #B1708B

Color information

#B1708B (or 0xB1708B) is unknown color: approx Tapestry. HEX triplet: B1, 70 and 8B. RGB value is (177,112,139). Sum of RGB (Red+Green+Blue) = 177+112+139=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B1708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1708B is #4E8F74. Grayscale: #868686. Windows color (decimal): -5148533 or 9138353. OLE color: 9138353.

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

Color convert

RGB177112139-
CMYK00.370.210.31
HSL335.08º29.41%56.67%-
HSV(B)335.08º36.72%69.41%-
XYZ28.5922.827.32-
YUV134.51130.53158.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=41.36%
G=26.17%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711213900.370.210.31335.0829.4156.67
HexB1708B025151F14f1d39
Octal26116021304525375173571
Binary101100011110000100010110100101101011111110100111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1708B; }

 p { color: rgb(177,112,139); }

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

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

 a { background-color: rgb(177,112,139); }

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

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

 span { border-color: rgb(177,112,139); }

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