#B46080

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

Shades of Tapestry #B46080

Tints of Tapestry #B46080

Color information

#B46080 (or 0xB46080) is unknown color: approx Tapestry. HEX triplet: B4, 60 and 80. RGB value is (180,96,128). Sum of RGB (Red+Green+Blue) = 180+96+128=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B46080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46080 is #4B9F7F. Grayscale: #7C7C7C. Windows color (decimal): -4956032 or 8413364. OLE color: 8413364.

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

Color convert

RGB18096128-
CMYK00.470.290.29
HSL337.14º35.9%54.12%-
HSV(B)337.14º46.67%70.59%-
XYZ26.919.6322.79-
YUV124.76129.83167.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 96 (37.89% from 255) = 23.76%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=44.55%
G=23.76%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809612800.470.290.29337.1435.954.12
HexB4608002F1D1D1512436
Octal26414020005735355214466
Binary1011010011000001000000001011111110111101101010001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46080; }

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

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

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

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

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

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

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

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