#B86779

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

Shades of Tapestry #B86779

Tints of Tapestry #B86779

Color information

#B86779 (or 0xB86779) is unknown color: approx Tapestry. HEX triplet: B8, 67 and 79. RGB value is (184,103,121). Sum of RGB (Red+Green+Blue) = 184+103+121=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B86779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86779 is #479886. Grayscale: #818181. Windows color (decimal): -4692103 or 7956408. OLE color: 7956408.

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

Color convert

RGB184103121-
CMYK00.440.340.28
HSL346.67º36.32%56.27%-
HSV(B)346.67º44.02%72.16%-
XYZ28.0721.2720.72-
YUV129.27123.34167.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.10%
GREEN value IS 103 (40.62% from 255) = 25.25%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=45.10%
G=25.25%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410312100.440.340.28346.6736.3256.27
HexB8677902C221C15b2438
Octal27014717105442345334470
Binary1011100011001111111001010110010001011100101011011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86779; }

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

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

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

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

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

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

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

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