#B17284

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

Shades of Tapestry #B17284

Tints of Tapestry #B17284

Color information

#B17284 (or 0xB17284) is unknown color: approx Tapestry. HEX triplet: B1, 72 and 84. RGB value is (177,114,132). Sum of RGB (Red+Green+Blue) = 177+114+132=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B17284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17284 is #4E8D7B. Grayscale: #868686. Windows color (decimal): -5148028 or 8680113. OLE color: 8680113.

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

Color convert

RGB177114132-
CMYK00.360.250.31
HSL342.86º28.77%57.06%-
HSV(B)342.86º35.59%69.41%-
XYZ28.3123.0524.79-
YUV134.89126.37158.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=41.84%
G=26.95%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711413200.360.250.31342.8628.7757.06
HexB17284024191F1571d39
Octal26116220404431375273571
Binary101100011110010100001000100100110011111110101011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17284; }

 p { color: rgb(177,114,132); }

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

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

 a { background-color: rgb(177,114,132); }

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

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

 span { border-color: rgb(177,114,132); }

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