#B46881

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

Shades of Tapestry #B46881

Tints of Tapestry #B46881

Color information

#B46881 (or 0xB46881) is unknown color: approx Tapestry. HEX triplet: B4, 68 and 81. RGB value is (180,104,129). Sum of RGB (Red+Green+Blue) = 180+104+129=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B46881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46881 is #4B977E. Grayscale: #818181. Windows color (decimal): -4953983 or 8480948. OLE color: 8480948.

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

Color convert

RGB180104129-
CMYK00.420.280.29
HSL340.26º33.63%55.69%-
HSV(B)340.26º42.22%70.59%-
XYZ27.7421.1923.4-
YUV129.57127.68163.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 104 (41.02% from 255) = 25.18%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=43.58%
G=25.18%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010412900.420.280.29340.2633.6355.69
HexB4688102A1C1D1542238
Octal26415020105234355244270
Binary1011010011010001000000101010101110011101101010100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46881; }

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

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

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

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

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

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

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

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