#B46885

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

Shades of Tapestry #B46885

Tints of Tapestry #B46885

Color information

#B46885 (or 0xB46885) is unknown color: approx Tapestry. HEX triplet: B4, 68 and 85. RGB value is (180,104,133). Sum of RGB (Red+Green+Blue) = 180+104+133=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B46885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46885 is #4B977A. Grayscale: #818181. Windows color (decimal): -4953979 or 8743092. OLE color: 8743092.

HSL color Cylindrical-coordinate representation of color #B46885: hue angle of 337.11º degrees, saturation: 0.34, 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 #B46885 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB180104133-
CMYK00.420.260.29
HSL337.11º33.63%55.69%-
HSV(B)337.11º42.22%70.59%-
XYZ28.0121.324.83-
YUV130.03129.68163.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 133 (52.34% from 255) = 31.89%
R=43.17%
G=24.94%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010413300.420.260.29337.1133.6355.69
HexB4688502A1A1D1512238
Octal26415020505232355214270
Binary1011010011010001000010101010101101011101101010001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46885; }

 p { color: rgb(180,104,133); }

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

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

 a { background-color: rgb(180,104,133); }

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

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

 span { border-color: rgb(180,104,133); }

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