#B17A84

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

Shades of Tapestry #B17A84

Tints of Tapestry #B17A84

Color information

#B17A84 (or 0xB17A84) is unknown color: approx Tapestry. HEX triplet: B1, 7A and 84. RGB value is (177,122,132). Sum of RGB (Red+Green+Blue) = 177+122+132=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A84 is #4E857B. Grayscale: #8B8B8B. Windows color (decimal): -5145980 or 8682161. OLE color: 8682161.

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

Color convert

RGB177122132-
CMYK00.310.250.31
HSL349.09º26.07%58.63%-
HSV(B)349.09º31.07%69.41%-
XYZ29.2624.9325.1-
YUV139.58123.72154.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=41.07%
G=28.31%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712213200.310.250.31349.0926.0758.63
HexB17A8401F191F15d1a3b
Octal26117220403731375353273
Binary10110001111101010000100011111110011111110101110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A84; }

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

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

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

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

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

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

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

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