#B48094

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

Shades of Tapestry #B48094

Tints of Tapestry #B48094

Color information

#B48094 (or 0xB48094) is unknown color: approx Tapestry. HEX triplet: B4, 80 and 94. RGB value is (180,128,148). Sum of RGB (Red+Green+Blue) = 180+128+148=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B48094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48094 is #4B7F6B. Grayscale: #919191. Windows color (decimal): -4947820 or 9732276. OLE color: 9732276.

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

Color convert

RGB180128148-
CMYK00.290.180.29
HSL336.92º25.74%60.39%-
HSV(B)336.92º28.89%70.59%-
XYZ31.8927.2831.6-
YUV145.83129.23152.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 148 (58.20% from 255) = 32.46%
R=39.47%
G=28.07%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012814800.290.180.29336.9225.7460.39
HexB4809401D121D1511a3c
Octal26420022403522355213274
Binary101101001000000010010100011101100101110110101000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48094; }

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

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

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

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

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

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

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

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