#B86777

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

Shades of Tapestry #B86777

Tints of Tapestry #B86777

Color information

#B86777 (or 0xB86777) is unknown color: approx Tapestry. HEX triplet: B8, 67 and 77. RGB value is (184,103,119). Sum of RGB (Red+Green+Blue) = 184+103+119=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B86777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86777 is #479888. Grayscale: #818181. Windows color (decimal): -4692105 or 7825336. OLE color: 7825336.

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

Color convert

RGB184103119-
CMYK00.440.350.28
HSL348.15º36.32%56.27%-
HSV(B)348.15º44.02%72.16%-
XYZ27.9521.2220.08-
YUV129.04122.34167.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=45.32%
G=25.37%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410311900.440.350.28348.1536.3256.27
HexB8677702C231C15c2438
Octal27014716705443345344470
Binary1011100011001111110111010110010001111100101011100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86777; }

 p { color: rgb(184,103,119); }

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

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

 a { background-color: rgb(184,103,119); }

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

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

 span { border-color: rgb(184,103,119); }

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