#B46085

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

Shades of Tapestry #B46085

Tints of Tapestry #B46085

Color information

#B46085 (or 0xB46085) is unknown color: approx Tapestry. HEX triplet: B4, 60 and 85. RGB value is (180,96,133). Sum of RGB (Red+Green+Blue) = 180+96+133=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B46085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46085 is #4B9F7A. Grayscale: #7D7D7D. Windows color (decimal): -4956027 or 8741044. OLE color: 8741044.

HSL color Cylindrical-coordinate representation of color #B46085: hue angle of 333.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B46085 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB18096133-
CMYK00.470.260.29
HSL333.57º35.9%54.12%-
HSV(B)333.57º46.67%70.59%-
XYZ27.2419.7624.57-
YUV125.33132.33166.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 133 (52.34% from 255) = 32.52%
R=44.01%
G=23.47%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809613300.470.260.29333.5735.954.12
HexB4608502F1A1D14e2436
Octal26414020505732355164466
Binary1011010011000001000010101011111101011101101001110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46085; }

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

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

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

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

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

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

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

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