#B47D91

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

Shades of Tapestry #B47D91

Tints of Tapestry #B47D91

Color information

#B47D91 (or 0xB47D91) is unknown color: approx Tapestry. HEX triplet: B4, 7D and 91. RGB value is (180,125,145). Sum of RGB (Red+Green+Blue) = 180+125+145=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47D91 is #4B826E. Grayscale: #8F8F8F. Windows color (decimal): -4948591 or 9534900. OLE color: 9534900.

HSL color Cylindrical-coordinate representation of color #B47D91: hue angle of 338.18º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B47D91 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB180125145-
CMYK00.310.190.29
HSL338.18º26.83%59.8%-
HSV(B)338.18º30.56%70.59%-
XYZ31.2726.4130.24-
YUV143.72128.72153.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 145 (57.03% from 255) = 32.22%
R=40%
G=27.78%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012514500.310.190.29338.1826.8359.8
HexB47D9101F131D1521b3c
Octal26417522103723355223374
Binary10110100111110110010001011111100111110110101001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D91; }

 p { color: rgb(180,125,145); }

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

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

 a { background-color: rgb(180,125,145); }

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

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

 span { border-color: rgb(180,125,145); }

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