#B46990

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

Shades of Tapestry #B46990

Tints of Tapestry #B46990

Color information

#B46990 (or 0xB46990) is unknown color: approx Tapestry. HEX triplet: B4, 69 and 90. RGB value is (180,105,144). Sum of RGB (Red+Green+Blue) = 180+105+144=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B46990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46990 is #4B966F. Grayscale: #838383. Windows color (decimal): -4953712 or 9464244. OLE color: 9464244.

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

Color convert

RGB180105144-
CMYK00.420.20.29
HSL328.8º33.33%55.88%-
HSV(B)328.8º41.67%70.59%-
XYZ28.9121.8229.07-
YUV131.87134.85162.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=41.96%
G=24.48%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010514400.420.20.29328.833.3355.88
HexB4699002A141D1492138
Octal26415122005224355114170
Binary1011010011010011001000001010101010011101101001001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46990; }

 p { color: rgb(180,105,144); }

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

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

 a { background-color: rgb(180,105,144); }

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

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

 span { border-color: rgb(180,105,144); }

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