#B47D88

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

Shades of Tapestry #B47D88

Tints of Tapestry #B47D88

Color information

#B47D88 (or 0xB47D88) is unknown color: approx Tapestry. HEX triplet: B4, 7D and 88. RGB value is (180,125,136). Sum of RGB (Red+Green+Blue) = 180+125+136=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47D88 is #4B8277. Grayscale: #8E8E8E. Windows color (decimal): -4948600 or 8945076. OLE color: 8945076.

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

Color convert

RGB180125136-
CMYK00.310.240.29
HSL348º26.83%59.8%-
HSV(B)348º30.56%70.59%-
XYZ30.626.1526.73-
YUV142.7124.22154.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 125 (49.22% from 255) = 28.34%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=40.82%
G=28.34%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012513600.310.240.2934826.8359.8
HexB47D8801F181D15c1b3c
Octal26417521003730355343374
Binary10110100111110110001000011111110001110110101110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D88; }

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

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

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

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

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

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

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

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