#B66576

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

Shades of Tapestry #B66576

Tints of Tapestry #B66576

Color information

#B66576 (or 0xB66576) is unknown color: approx Tapestry. HEX triplet: B6, 65 and 76. RGB value is (182,101,118). Sum of RGB (Red+Green+Blue) = 182+101+118=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B66576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66576 is #499A89. Grayscale: #7F7F7F. Windows color (decimal): -4823690 or 7759286. OLE color: 7759286.

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

Color convert

RGB182101118-
CMYK00.450.350.29
HSL347.41º35.68%55.49%-
HSV(B)347.41º44.51%71.37%-
XYZ27.2220.5619.67-
YUV127.16122.84167.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 101 (39.84% from 255) = 25.19%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=45.39%
G=25.19%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210111800.450.350.29347.4135.6855.49
HexB6657602D231D15b2437
Octal26614516605543355334467
Binary1011011011001011110110010110110001111101101011011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66576; }

 p { color: rgb(182,101,118); }

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

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

 a { background-color: rgb(182,101,118); }

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

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

 span { border-color: rgb(182,101,118); }

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