#B48083

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

Shades of Tapestry #B48083

Tints of Tapestry #B48083

Color information

#B48083 (or 0xB48083) is unknown color: approx Tapestry. HEX triplet: B4, 80 and 83. RGB value is (180,128,131). Sum of RGB (Red+Green+Blue) = 180+128+131=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B48083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48083 is #4B7F7C. Grayscale: #8F8F8F. Windows color (decimal): -4947837 or 8618164. OLE color: 8618164.

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

Color convert

RGB180128131-
CMYK00.290.270.29
HSL356.54º25.74%60.39%-
HSV(B)356.54º28.89%70.59%-
XYZ30.6426.7825.03-
YUV143.89120.73153.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.00%
GREEN value IS 128 (50.39% from 255) = 29.16%
BLUE value IS 131 (51.56% from 255) = 29.84%
R=41.00%
G=29.16%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012813100.290.270.29356.5425.7460.39
HexB4808301D1B1D1651a3c
Octal26420020303533355453274
Binary101101001000000010000011011101110111110110110010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48083; }

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

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

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

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

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

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

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

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