#B46289

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

Shades of Tapestry #B46289

Tints of Tapestry #B46289

Color information

#B46289 (or 0xB46289) is unknown color: approx Tapestry. HEX triplet: B4, 62 and 89. RGB value is (180,98,137). Sum of RGB (Red+Green+Blue) = 180+98+137=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B46289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46289 is #4B9D76. Grayscale: #7E7E7E. Windows color (decimal): -4955511 or 9003700. OLE color: 9003700.

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

Color convert

RGB18098137-
CMYK00.460.240.29
HSL331.46º35.34%54.51%-
HSV(B)331.46º45.56%70.59%-
XYZ27.7120.2426.11-
YUV126.96133.67165.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 98 (38.67% from 255) = 23.61%
BLUE value IS 137 (53.91% from 255) = 33.01%
R=43.37%
G=23.61%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809813700.460.240.29331.4635.3454.51
HexB4628902E181D14b2337
Octal26414221105630355134367
Binary1011010011000101000100101011101100011101101001011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46289; }

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

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

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

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

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

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

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

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