#B87680

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

Shades of Tapestry #B87680

Tints of Tapestry #B87680

Color information

#B87680 (or 0xB87680) is unknown color: approx Tapestry. HEX triplet: B8, 76 and 80. RGB value is (184,118,128). Sum of RGB (Red+Green+Blue) = 184+118+128=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B87680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87680 is #47897F. Grayscale: #8A8A8A. Windows color (decimal): -4688256 or 8419000. OLE color: 8419000.

HSL color Cylindrical-coordinate representation of color #B87680: hue angle of 350.91º 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 #B87680 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB184118128-
CMYK00.360.300.28
HSL350.91º31.73%59.22%-
HSV(B)350.91º35.87%72.16%-
XYZ30.1424.7123.6-
YUV138.87121.87160.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 118 (46.48% from 255) = 27.44%
BLUE value IS 128 (50.39% from 255) = 29.77%
R=42.79%
G=27.44%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411812800.360.300.28350.9131.7359.22
HexB876800241E1C15f203b
Octal27016620004436345374073
Binary1011100011101101000000001001001111011100101011111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87680; }

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

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

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

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

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

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

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

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