#B66879

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

Shades of Tapestry #B66879

Tints of Tapestry #B66879

Color information

#B66879 (or 0xB66879) is unknown color: approx Tapestry. HEX triplet: B6, 68 and 79. RGB value is (182,104,121). Sum of RGB (Red+Green+Blue) = 182+104+121=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B66879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66879 is #499786. Grayscale: #818181. Windows color (decimal): -4822919 or 7956662. OLE color: 7956662.

HSL color Cylindrical-coordinate representation of color #B66879: hue angle of 346.92º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B66879 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB182104121-
CMYK00.430.340.29
HSL346.92º34.82%56.08%-
HSV(B)346.92º42.86%71.37%-
XYZ27.6921.2320.73-
YUV129.26123.34165.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 104 (41.02% from 255) = 25.55%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=44.72%
G=25.55%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210412100.430.340.29346.9234.8256.08
HexB6687902B221D15b2338
Octal26615017105342355334370
Binary1011011011010001111001010101110001011101101011011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66879; }

 p { color: rgb(182,104,121); }

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

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

 a { background-color: rgb(182,104,121); }

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

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

 span { border-color: rgb(182,104,121); }

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