#B46A92

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

Shades of Tapestry #B46A92

Tints of Tapestry #B46A92

Color information

#B46A92 (or 0xB46A92) is unknown color: approx Tapestry. HEX triplet: B4, 6A and 92. RGB value is (180,106,146). Sum of RGB (Red+Green+Blue) = 180+106+146=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46A92 is #4B956D. Grayscale: #848484. Windows color (decimal): -4953454 or 9595572. OLE color: 9595572.

HSL color Cylindrical-coordinate representation of color #B46A92: hue angle of 327.57º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B46A92 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB180106146-
CMYK00.410.190.29
HSL327.57º33.04%56.08%-
HSV(B)327.57º41.11%70.59%-
XYZ29.1622.0929.92-
YUV132.69135.52161.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 106 (41.80% from 255) = 24.54%
BLUE value IS 146 (57.42% from 255) = 33.80%
R=41.67%
G=24.54%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010614600.410.190.29327.5733.0456.08
HexB46A92029131D1482138
Octal26415222205123355104170
Binary1011010011010101001001001010011001111101101001000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A92; }

 p { color: rgb(180,106,146); }

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

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

 a { background-color: rgb(180,106,146); }

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

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

 span { border-color: rgb(180,106,146); }

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