#B47888

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

Shades of Tapestry #B47888

Tints of Tapestry #B47888

Color information

#B47888 (or 0xB47888) is unknown color: approx Tapestry. HEX triplet: B4, 78 and 88. RGB value is (180,120,136). Sum of RGB (Red+Green+Blue) = 180+120+136=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B47888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47888 is #4B8777. Grayscale: #8B8B8B. Windows color (decimal): -4949880 or 8943796. OLE color: 8943796.

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

Color convert

RGB180120136-
CMYK00.330.240.29
HSL344º28.57%58.82%-
HSV(B)344º33.33%70.59%-
XYZ29.9824.9126.52-
YUV139.76125.88156.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 120 (47.27% from 255) = 27.52%
BLUE value IS 136 (53.52% from 255) = 31.19%
R=41.28%
G=27.52%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012013600.330.240.2934428.5758.82
HexB47888021181D1581d3b
Octal26417021004130355303573
Binary101101001111000100010000100001110001110110101100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47888; }

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

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

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

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

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

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

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

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