#B47981

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

Shades of Tapestry #B47981

Tints of Tapestry #B47981

Color information

#B47981 (or 0xB47981) is unknown color: approx Tapestry. HEX triplet: B4, 79 and 81. RGB value is (180,121,129). Sum of RGB (Red+Green+Blue) = 180+121+129=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B47981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47981 is #4B867E. Grayscale: #8B8B8B. Windows color (decimal): -4949631 or 8485300. OLE color: 8485300.

HSL color Cylindrical-coordinate representation of color #B47981: hue angle of 351.86º degrees, saturation: 0.28, 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 #B47981 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB180121129-
CMYK00.330.280.29
HSL351.86º28.23%59.02%-
HSV(B)351.86º32.78%70.59%-
XYZ29.6224.9624.03-
YUV139.55122.05156.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 121 (47.66% from 255) = 28.14%
BLUE value IS 129 (50.78% from 255) = 30%
R=41.86%
G=28.14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012112900.330.280.29351.8628.2359.02
HexB479810211C1D1601c3b
Octal26417120104134355403473
Binary101101001111001100000010100001111001110110110000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47981; }

 p { color: rgb(180,121,129); }

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

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

 a { background-color: rgb(180,121,129); }

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

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

 span { border-color: rgb(180,121,129); }

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