#B48385

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

Shades of Tapestry #B48385

Tints of Tapestry #B48385

Color information

#B48385 (or 0xB48385) is unknown color: approx Tapestry. HEX triplet: B4, 83 and 85. RGB value is (180,131,133). Sum of RGB (Red+Green+Blue) = 180+131+133=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B48385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48385 is #4B7C7A. Grayscale: #919191. Windows color (decimal): -4947067 or 8750004. OLE color: 8750004.

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

Color convert

RGB180131133-
CMYK00.270.260.29
HSL357.55º24.62%60.98%-
HSV(B)357.55º27.22%70.59%-
XYZ31.1727.6325.88-
YUV145.88120.73152.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 131 (51.56% from 255) = 29.50%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=40.54%
G=29.50%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013113300.270.260.29357.5524.6260.98
HexB4838501B1A1D166193d
Octal26420320503332355463175
Binary101101001000001110000101011011110101110110110011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48385; }

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

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

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

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

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

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

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

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