#B46084

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

Shades of Tapestry #B46084

Tints of Tapestry #B46084

Color information

#B46084 (or 0xB46084) is unknown color: approx Tapestry. HEX triplet: B4, 60 and 84. RGB value is (180,96,132). Sum of RGB (Red+Green+Blue) = 180+96+132=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B46084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46084 is #4B9F7B. Grayscale: #7D7D7D. Windows color (decimal): -4956028 or 8675508. OLE color: 8675508.

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

Color convert

RGB18096132-
CMYK00.470.270.29
HSL334.29º35.9%54.12%-
HSV(B)334.29º46.67%70.59%-
XYZ27.1719.7324.21-
YUV125.22131.83167.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 96 (37.89% from 255) = 23.53%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=44.12%
G=23.53%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809613200.470.270.29334.2935.954.12
HexB4608402F1B1D14e2436
Octal26414020405733355164466
Binary1011010011000001000010001011111101111101101001110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46084; }

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

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

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

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

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

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

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

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