#B17785

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

Shades of Tapestry #B17785

Tints of Tapestry #B17785

Color information

#B17785 (or 0xB17785) is unknown color: approx Tapestry. HEX triplet: B1, 77 and 85. RGB value is (177,119,133). Sum of RGB (Red+Green+Blue) = 177+119+133=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B17785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17785 is #4E887A. Grayscale: #898989. Windows color (decimal): -5146747 or 8746929. OLE color: 8746929.

HSL color Cylindrical-coordinate representation of color #B17785: hue angle of 345.52º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B17785 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB177119133-
CMYK00.330.250.31
HSL345.52º27.1%58.04%-
HSV(B)345.52º32.77%69.41%-
XYZ28.9624.2325.34-
YUV137.94125.22155.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 119 (46.88% from 255) = 27.74%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=41.26%
G=27.74%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711913300.330.250.31345.5227.158.04
HexB17785021191F15a1b3a
Octal26116720504131375323372
Binary101100011110111100001010100001110011111110101101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17785; }

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

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

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

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

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

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

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

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