#B46787

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

Shades of Tapestry #B46787

Tints of Tapestry #B46787

Color information

#B46787 (or 0xB46787) is unknown color: approx Tapestry. HEX triplet: B4, 67 and 87. RGB value is (180,103,135). Sum of RGB (Red+Green+Blue) = 180+103+135=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B46787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46787 is #4B9878. Grayscale: #818181. Windows color (decimal): -4954233 or 8873908. OLE color: 8873908.

HSL color Cylindrical-coordinate representation of color #B46787: hue angle of 335.06º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46787 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB180103135-
CMYK00.430.250.29
HSL335.06º33.92%55.49%-
HSV(B)335.06º42.78%70.59%-
XYZ28.0521.1525.53-
YUV129.67131.01163.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 135 (53.12% from 255) = 32.30%
R=43.06%
G=24.64%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010313500.430.250.29335.0633.9255.49
HexB4678702B191D14f2237
Octal26414720705331355174267
Binary1011010011001111000011101010111100111101101001111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46787; }

 p { color: rgb(180,103,135); }

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

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

 a { background-color: rgb(180,103,135); }

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

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

 span { border-color: rgb(180,103,135); }

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