#B47B89

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

Shades of Tapestry #B47B89

Tints of Tapestry #B47B89

Color information

#B47B89 (or 0xB47B89) is unknown color: approx Tapestry. HEX triplet: B4, 7B and 89. RGB value is (180,123,137). Sum of RGB (Red+Green+Blue) = 180+123+137=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47B89 is #4B8476. Grayscale: #8D8D8D. Windows color (decimal): -4949111 or 9010100. OLE color: 9010100.

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

Color convert

RGB180123137-
CMYK00.320.240.29
HSL345.26º27.54%59.41%-
HSV(B)345.26º31.67%70.59%-
XYZ30.4225.6827.02-
YUV141.64125.38155.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=40.91%
G=27.95%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012313700.320.240.29345.2627.5459.41
HexB47B89020181D1591c3b
Octal26417321104030355313473
Binary101101001111011100010010100000110001110110101100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B89; }

 p { color: rgb(180,123,137); }

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

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

 a { background-color: rgb(180,123,137); }

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

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

 span { border-color: rgb(180,123,137); }

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