#B46290

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

Shades of Tapestry #B46290

Tints of Tapestry #B46290

Color information

#B46290 (or 0xB46290) is unknown color: approx Tapestry. HEX triplet: B4, 62 and 90. RGB value is (180,98,144). Sum of RGB (Red+Green+Blue) = 180+98+144=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B46290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46290 is #4B9D6F. Grayscale: #7F7F7F. Windows color (decimal): -4955504 or 9462452. OLE color: 9462452.

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

Color convert

RGB18098144-
CMYK00.460.20.29
HSL326.34º35.34%54.51%-
HSV(B)326.34º45.56%70.59%-
XYZ28.2220.4528.85-
YUV127.76137.17165.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 144 (56.64% from 255) = 34.12%
R=42.65%
G=23.22%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809814400.460.20.29326.3435.3454.51
HexB4629002E141D1462337
Octal26414222005624355064367
Binary1011010011000101001000001011101010011101101000110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46290; }

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

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

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

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

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

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

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

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