#B48586

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

Shades of Tapestry #B48586

Tints of Tapestry #B48586

Color information

#B48586 (or 0xB48586) is unknown color: approx Tapestry. HEX triplet: B4, 85 and 86. RGB value is (180,133,134). Sum of RGB (Red+Green+Blue) = 180+133+134=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B48586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48586 is #4B7A79. Grayscale: #939393. Windows color (decimal): -4946554 or 8816052. OLE color: 8816052.

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

Color convert

RGB180133134-
CMYK00.260.260.29
HSL358.72º23.86%61.37%-
HSV(B)358.72º26.11%70.59%-
XYZ31.5128.226.34-
YUV147.17120.57151.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 134 (52.73% from 255) = 29.98%
R=40.27%
G=29.75%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013313400.260.260.29358.7223.8661.37
HexB4858601A1A1D167183d
Octal26420520603232355473075
Binary101101001000010110000110011010110101110110110011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48586; }

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

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

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

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

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

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

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

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