#B86679

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

Shades of Tapestry #B86679

Tints of Tapestry #B86679

Color information

#B86679 (or 0xB86679) is unknown color: approx Tapestry. HEX triplet: B8, 66 and 79. RGB value is (184,102,121). Sum of RGB (Red+Green+Blue) = 184+102+121=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B86679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86679 is #479986. Grayscale: #808080. Windows color (decimal): -4692359 or 7956152. OLE color: 7956152.

HSL color Cylindrical-coordinate representation of color #B86679: hue angle of 346.1º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B86679 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184102121-
CMYK00.450.340.28
HSL346.1º36.61%56.08%-
HSV(B)346.1º44.57%72.16%-
XYZ27.9721.0720.68-
YUV128.68123.67167.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=45.21%
G=25.06%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410212100.450.340.28346.136.6156.08
HexB8667902D221C15a2538
Octal27014617105542345324570
Binary1011100011001101111001010110110001011100101011010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86679; }

 p { color: rgb(184,102,121); }

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

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

 a { background-color: rgb(184,102,121); }

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

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

 span { border-color: rgb(184,102,121); }

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