#B87685

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

Shades of Tapestry #B87685

Tints of Tapestry #B87685

Color information

#B87685 (or 0xB87685) is unknown color: approx Tapestry. HEX triplet: B8, 76 and 85. RGB value is (184,118,133). Sum of RGB (Red+Green+Blue) = 184+118+133=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B87685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87685 is #47897A. Grayscale: #8B8B8B. Windows color (decimal): -4688251 or 8746680. OLE color: 8746680.

HSL color Cylindrical-coordinate representation of color #B87685: hue angle of 346.36º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B87685 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB184118133-
CMYK00.360.280.28
HSL346.36º31.73%59.22%-
HSV(B)346.36º35.87%72.16%-
XYZ30.4824.8425.38-
YUV139.44124.37159.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=42.30%
G=27.13%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411813300.360.280.28346.3631.7359.22
HexB876850241C1C15a203b
Octal27016620504434345324073
Binary1011100011101101000010101001001110011100101011010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87685; }

 p { color: rgb(184,118,133); }

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

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

 a { background-color: rgb(184,118,133); }

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

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

 span { border-color: rgb(184,118,133); }

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