#B47488

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

Shades of Tapestry #B47488

Tints of Tapestry #B47488

Color information

#B47488 (or 0xB47488) is unknown color: approx Tapestry. HEX triplet: B4, 74 and 88. RGB value is (180,116,136). Sum of RGB (Red+Green+Blue) = 180+116+136=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B47488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47488 is #4B8B77. Grayscale: #898989. Windows color (decimal): -4950904 or 8942772. OLE color: 8942772.

HSL color Cylindrical-coordinate representation of color #B47488: hue angle of 341.25º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B47488 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB180116136-
CMYK00.360.240.29
HSL341.25º29.91%58.04%-
HSV(B)341.25º35.56%70.59%-
XYZ29.5123.9726.36-
YUV137.42127.2158.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 136 (53.52% from 255) = 31.48%
R=41.67%
G=26.85%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011613600.360.240.29341.2529.9158.04
HexB47488024181D1551e3a
Octal26416421004430355253672
Binary101101001110100100010000100100110001110110101010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47488; }

 p { color: rgb(180,116,136); }

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

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

 a { background-color: rgb(180,116,136); }

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

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

 span { border-color: rgb(180,116,136); }

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