#B17A8F

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

Shades of Tapestry #B17A8F

Tints of Tapestry #B17A8F

Color information

#B17A8F (or 0xB17A8F) is unknown color: approx Tapestry. HEX triplet: B1, 7A and 8F. RGB value is (177,122,143). Sum of RGB (Red+Green+Blue) = 177+122+143=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17A8F is #4E8570. Grayscale: #8C8C8C. Windows color (decimal): -5145969 or 9403057. OLE color: 9403057.

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

Color convert

RGB177122143-
CMYK00.310.190.31
HSL337.09º26.07%58.63%-
HSV(B)337.09º31.07%69.41%-
XYZ30.0525.2529.28-
YUV140.84129.22153.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.05%
GREEN value IS 122 (48.05% from 255) = 27.60%
BLUE value IS 143 (56.25% from 255) = 32.35%
R=40.05%
G=27.60%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712214300.310.190.31337.0926.0758.63
HexB17A8F01F131F1511a3b
Octal26117221703723375213273
Binary10110001111101010001111011111100111111110101000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A8F; }

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

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

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

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

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

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

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

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