#B48286

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

Shades of Tapestry #B48286

Tints of Tapestry #B48286

Color information

#B48286 (or 0xB48286) is unknown color: approx Tapestry. HEX triplet: B4, 82 and 86. RGB value is (180,130,134). Sum of RGB (Red+Green+Blue) = 180+130+134=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B48286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48286 is #4B7D79. Grayscale: #919191. Windows color (decimal): -4947322 or 8815284. OLE color: 8815284.

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

Color convert

RGB180130134-
CMYK00.280.260.29
HSL355.2º25%60.78%-
HSV(B)355.2º27.78%70.59%-
XYZ31.1127.3926.2-
YUV145.41121.56152.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 134 (52.73% from 255) = 30.18%
R=40.54%
G=29.28%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013013400.280.260.29355.22560.78
HexB4828601C1A1D163193d
Octal26420220603432355433175
Binary101101001000001010000110011100110101110110110001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48286; }

 p { color: rgb(180,130,134); }

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

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

 a { background-color: rgb(180,130,134); }

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

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

 span { border-color: rgb(180,130,134); }

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