#B47F90

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

Shades of Tapestry #B47F90

Tints of Tapestry #B47F90

Color information

#B47F90 (or 0xB47F90) is unknown color: approx Tapestry. HEX triplet: B4, 7F and 90. RGB value is (180,127,144). Sum of RGB (Red+Green+Blue) = 180+127+144=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47F90 is #4B806F. Grayscale: #909090. Windows color (decimal): -4948080 or 9469876. OLE color: 9469876.

HSL color Cylindrical-coordinate representation of color #B47F90: hue angle of 340.75º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B47F90 is Cyan = 0, Magento = 0.29, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB180127144-
CMYK00.290.20.29
HSL340.75º26.11%60.2%-
HSV(B)340.75º29.44%70.59%-
XYZ31.4526.929.92-
YUV144.78127.56153.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 127 (50% from 255) = 28.16%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=39.91%
G=28.16%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012714400.290.20.29340.7526.1160.2
HexB47F9001D141D1551a3c
Octal26417722003524355253274
Binary10110100111111110010000011101101001110110101010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47F90; }

 p { color: rgb(180,127,144); }

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

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

 a { background-color: rgb(180,127,144); }

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

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

 span { border-color: rgb(180,127,144); }

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