#B17685

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

Shades of Tapestry #B17685

Tints of Tapestry #B17685

Color information

#B17685 (or 0xB17685) is unknown color: approx Tapestry. HEX triplet: B1, 76 and 85. RGB value is (177,118,133). Sum of RGB (Red+Green+Blue) = 177+118+133=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B17685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17685 is #4E897A. Grayscale: #898989. Windows color (decimal): -5147003 or 8746673. OLE color: 8746673.

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

Color convert

RGB177118133-
CMYK00.330.250.31
HSL344.75º27.44%57.84%-
HSV(B)344.75º33.33%69.41%-
XYZ28.842425.3-
YUV137.35125.55156.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 118 (46.48% from 255) = 27.57%
BLUE value IS 133 (52.34% from 255) = 31.07%
R=41.36%
G=27.57%
B=31.07%

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
Decimal17711813300.330.250.31344.7527.4457.84
HexB17685021191F1591b3a
Octal26116620504131375313372
Binary101100011110110100001010100001110011111110101100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17685; }

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

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

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

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

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

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

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

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