#B46F91

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

Shades of Tapestry #B46F91

Tints of Tapestry #B46F91

Color information

#B46F91 (or 0xB46F91) is unknown color: approx Tapestry. HEX triplet: B4, 6F and 91. RGB value is (180,111,145). Sum of RGB (Red+Green+Blue) = 180+111+145=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46F91 is #4B906E. Grayscale: #878787. Windows color (decimal): -4952175 or 9531316. OLE color: 9531316.

HSL color Cylindrical-coordinate representation of color #B46F91: hue angle of 330.43º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B46F91 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB180111145-
CMYK00.380.190.29
HSL330.43º31.51%57.06%-
HSV(B)330.43º38.33%70.59%-
XYZ29.6223.1229.69-
YUV135.51133.36159.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 111 (43.75% from 255) = 25.46%
BLUE value IS 145 (57.03% from 255) = 33.26%
R=41.28%
G=25.46%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011114500.380.190.29330.4331.5157.06
HexB46F91026131D14a2039
Octal26415722104623355124071
Binary1011010011011111001000101001101001111101101001010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F91; }

 p { color: rgb(180,111,145); }

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

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

 a { background-color: rgb(180,111,145); }

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

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

 span { border-color: rgb(180,111,145); }

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