#B47891

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

Shades of Tapestry #B47891

Tints of Tapestry #B47891

Color information

#B47891 (or 0xB47891) is unknown color: approx Tapestry. HEX triplet: B4, 78 and 91. RGB value is (180,120,145). Sum of RGB (Red+Green+Blue) = 180+120+145=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B47891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47891 is #4B876E. Grayscale: #8C8C8C. Windows color (decimal): -4949871 or 9533620. OLE color: 9533620.

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

Color convert

RGB180120145-
CMYK00.330.190.29
HSL335º28.57%58.82%-
HSV(B)335º33.33%70.59%-
XYZ30.6525.1830.03-
YUV140.79130.38155.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.45%
GREEN value IS 120 (47.27% from 255) = 26.97%
BLUE value IS 145 (57.03% from 255) = 32.58%
R=40.45%
G=26.97%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012014500.330.190.2933528.5758.82
HexB47891021131D14f1d3b
Octal26417022104123355173573
Binary101101001111000100100010100001100111110110100111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47891; }

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

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

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

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

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

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

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

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