#B17A88

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

Shades of Tapestry #B17A88

Tints of Tapestry #B17A88

Color information

#B17A88 (or 0xB17A88) is unknown color: approx Tapestry. HEX triplet: B1, 7A and 88. RGB value is (177,122,136). Sum of RGB (Red+Green+Blue) = 177+122+136=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A88 is #4E8577. Grayscale: #8C8C8C. Windows color (decimal): -5145976 or 8944305. OLE color: 8944305.

HSL color Cylindrical-coordinate representation of color #B17A88: hue angle of 344.73º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17A88 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB177122136-
CMYK00.310.230.31
HSL344.73º26.07%58.63%-
HSV(B)344.73º31.07%69.41%-
XYZ29.5325.0426.57-
YUV140.04125.72154.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 136 (53.52% from 255) = 31.26%
R=40.69%
G=28.05%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712213600.310.230.31344.7326.0758.63
HexB17A8801F171F1591a3b
Octal26117221003727375313273
Binary10110001111101010001000011111101111111110101100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A88; }

 p { color: rgb(177,122,136); }

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

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

 a { background-color: rgb(177,122,136); }

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

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

 span { border-color: rgb(177,122,136); }

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