#B48687

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

Shades of Tapestry #B48687

Tints of Tapestry #B48687

Color information

#B48687 (or 0xB48687) is unknown color: approx Tapestry. HEX triplet: B4, 86 and 87. RGB value is (180,134,135). Sum of RGB (Red+Green+Blue) = 180+134+135=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B48687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48687 is #4B7978. Grayscale: #939393. Windows color (decimal): -4946297 or 8881844. OLE color: 8881844.

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

Color convert

RGB180134135-
CMYK00.260.250.29
HSL358.7º23.47%61.57%-
HSV(B)358.7º25.56%70.59%-
XYZ31.7228.526.75-
YUV147.87120.74150.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 135 (53.12% from 255) = 30.07%
R=40.09%
G=29.84%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013413500.260.250.29358.723.4761.57
HexB4868701A191D167173e
Octal26420620703231355472776
Binary101101001000011010000111011010110011110110110011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48687; }

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

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

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

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

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

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

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

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