#B46F92

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

Shades of Tapestry #B46F92

Tints of Tapestry #B46F92

Color information

#B46F92 (or 0xB46F92) is unknown color: approx Tapestry. HEX triplet: B4, 6F and 92. RGB value is (180,111,146). Sum of RGB (Red+Green+Blue) = 180+111+146=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46F92 is #4B906D. Grayscale: #878787. Windows color (decimal): -4952174 or 9596852. OLE color: 9596852.

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

Color convert

RGB180111146-
CMYK00.380.190.29
HSL329.57º31.51%57.06%-
HSV(B)329.57º38.33%70.59%-
XYZ29.723.1530.1-
YUV135.62133.86159.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 111 (43.75% from 255) = 25.40%
BLUE value IS 146 (57.42% from 255) = 33.41%
R=41.19%
G=25.40%
B=33.41%

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
Decimal18011114600.380.190.29329.5731.5157.06
HexB46F92026131D14a2039
Octal26415722204623355124071
Binary1011010011011111001001001001101001111101101001010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F92; }

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

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

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

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

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

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

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

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