#B58687

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

Shades of Tapestry #B58687

Tints of Tapestry #B58687

Color information

#B58687 (or 0xB58687) is unknown color: approx Tapestry. HEX triplet: B5, 86 and 87. RGB value is (181,134,135). Sum of RGB (Red+Green+Blue) = 181+134+135=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B58687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58687 is #4A7978. Grayscale: #949494. Windows color (decimal): -4880761 or 8881845. OLE color: 8881845.

HSL color Cylindrical-coordinate representation of color #B58687: hue angle of 358.72º degrees, saturation: 0.24, 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 #B58687 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB181134135-
CMYK00.260.250.29
HSL358.72º24.1%61.76%-
HSV(B)358.72º25.97%70.98%-
XYZ31.9528.6226.76-
YUV148.17120.57151.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 135 (53.12% from 255) = 30%
R=40.22%
G=29.78%
B=30%

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
Decimal18113413500.260.250.29358.7224.161.76
HexB5868701A191D167183e
Octal26520620703231355473076
Binary101101011000011010000111011010110011110110110011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58687; }

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

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

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

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

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

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

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

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