#B47680

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

Shades of Tapestry #B47680

Tints of Tapestry #B47680

Color information

#B47680 (or 0xB47680) is unknown color: approx Tapestry. HEX triplet: B4, 76 and 80. RGB value is (180,118,128). Sum of RGB (Red+Green+Blue) = 180+118+128=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B47680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47680 is #4B897F. Grayscale: #898989. Windows color (decimal): -4950400 or 8418996. OLE color: 8418996.

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

Color convert

RGB180118128-
CMYK00.340.290.29
HSL350.32º29.25%58.43%-
HSV(B)350.32º34.44%70.59%-
XYZ29.224.2223.56-
YUV137.68122.54158.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 118 (46.48% from 255) = 27.70%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=42.25%
G=27.70%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011812800.340.290.29350.3229.2558.43
HexB476800221D1D15e1d3a
Octal26416620004235355363572
Binary101101001110110100000000100010111011110110101111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47680; }

 p { color: rgb(180,118,128); }

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

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

 a { background-color: rgb(180,118,128); }

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

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

 span { border-color: rgb(180,118,128); }

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