#B46287

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

Shades of Tapestry #B46287

Tints of Tapestry #B46287

Color information

#B46287 (or 0xB46287) is unknown color: approx Tapestry. HEX triplet: B4, 62 and 87. RGB value is (180,98,135). Sum of RGB (Red+Green+Blue) = 180+98+135=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B46287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46287 is #4B9D78. Grayscale: #7E7E7E. Windows color (decimal): -4955513 or 8872628. OLE color: 8872628.

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

Color convert

RGB18098135-
CMYK00.460.250.29
HSL332.93º35.34%54.51%-
HSV(B)332.93º45.56%70.59%-
XYZ27.5620.1925.37-
YUV126.74132.67165.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=43.58%
G=23.73%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809813500.460.250.29332.9335.3454.51
HexB4628702E191D14d2337
Octal26414220705631355154367
Binary1011010011000101000011101011101100111101101001101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46287; }

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

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

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

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

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

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

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

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