#B46087

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

Shades of Tapestry #B46087

Tints of Tapestry #B46087

Color information

#B46087 (or 0xB46087) is unknown color: approx Tapestry. HEX triplet: B4, 60 and 87. RGB value is (180,96,135). Sum of RGB (Red+Green+Blue) = 180+96+135=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B46087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46087 is #4B9F78. Grayscale: #7D7D7D. Windows color (decimal): -4956025 or 8872116. OLE color: 8872116.

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

Color convert

RGB18096135-
CMYK00.470.250.29
HSL332.14º35.9%54.12%-
HSV(B)332.14º46.67%70.59%-
XYZ27.3819.8225.3-
YUV125.56133.33166.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.80%
GREEN value IS 96 (37.89% from 255) = 23.36%
BLUE value IS 135 (53.12% from 255) = 32.85%
R=43.80%
G=23.36%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809613500.470.250.29332.1435.954.12
HexB4608702F191D14c2436
Octal26414020705731355144466
Binary1011010011000001000011101011111100111101101001100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46087; }

 p { color: rgb(180,96,135); }

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

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

 a { background-color: rgb(180,96,135); }

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

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

 span { border-color: rgb(180,96,135); }

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