#B48092

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

Shades of Tapestry #B48092

Tints of Tapestry #B48092

Color information

#B48092 (or 0xB48092) is unknown color: approx Tapestry. HEX triplet: B4, 80 and 92. RGB value is (180,128,146). Sum of RGB (Red+Green+Blue) = 180+128+146=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B48092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48092 is #4B7F6D. Grayscale: #919191. Windows color (decimal): -4947822 or 9601204. OLE color: 9601204.

HSL color Cylindrical-coordinate representation of color #B48092: hue angle of 339.23º 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 #B48092 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB180128146-
CMYK00.290.190.29
HSL339.23º25.74%60.39%-
HSV(B)339.23º28.89%70.59%-
XYZ31.7327.2230.78-
YUV145.6128.23152.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 128 (50.39% from 255) = 28.19%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=39.65%
G=28.19%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012814600.290.190.29339.2325.7460.39
HexB4809201D131D1531a3c
Octal26420022203523355233274
Binary101101001000000010010010011101100111110110101001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48092; }

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

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

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

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

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

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

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

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