#B46182

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

Shades of Tapestry #B46182

Tints of Tapestry #B46182

Color information

#B46182 (or 0xB46182) is unknown color: approx Tapestry. HEX triplet: B4, 61 and 82. RGB value is (180,97,130). Sum of RGB (Red+Green+Blue) = 180+97+130=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B46182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46182 is #4B9E7D. Grayscale: #7D7D7D. Windows color (decimal): -4955774 or 8544692. OLE color: 8544692.

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

Color convert

RGB18097130-
CMYK00.460.280.29
HSL336.14º35.62%54.31%-
HSV(B)336.14º46.11%70.59%-
XYZ27.1319.8623.52-
YUV125.58130.5166.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 97 (38.28% from 255) = 23.83%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=44.23%
G=23.83%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809713000.460.280.29336.1435.6254.31
HexB4618202E1C1D1502436
Octal26414120205634355204466
Binary1011010011000011000001001011101110011101101010000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46182; }

 p { color: rgb(180,97,130); }

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

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

 a { background-color: rgb(180,97,130); }

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

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

 span { border-color: rgb(180,97,130); }

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