#B17085

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

Shades of Tapestry #B17085

Tints of Tapestry #B17085

Color information

#B17085 (or 0xB17085) is unknown color: approx Tapestry. HEX triplet: B1, 70 and 85. RGB value is (177,112,133). Sum of RGB (Red+Green+Blue) = 177+112+133=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B17085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17085 is #4E8F7A. Grayscale: #858585. Windows color (decimal): -5148539 or 8745137. OLE color: 8745137.

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

Color convert

RGB177112133-
CMYK00.370.250.31
HSL340.62º29.41%56.67%-
HSV(B)340.62º36.72%69.41%-
XYZ28.1622.6325.07-
YUV133.83127.53158.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 112 (44.14% from 255) = 26.54%
BLUE value IS 133 (52.34% from 255) = 31.52%
R=41.94%
G=26.54%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711213300.370.250.31340.6229.4156.67
HexB17085025191F1551d39
Octal26116020504531375253571
Binary101100011110000100001010100101110011111110101010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17085; }

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

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

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

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

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

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

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

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