#B66676

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

Shades of Tapestry #B66676

Tints of Tapestry #B66676

Color information

#B66676 (or 0xB66676) is unknown color: approx Tapestry. HEX triplet: B6, 66 and 76. RGB value is (182,102,118). Sum of RGB (Red+Green+Blue) = 182+102+118=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B66676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66676 is #499989. Grayscale: #7F7F7F. Windows color (decimal): -4823434 or 7759542. OLE color: 7759542.

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

Color convert

RGB182102118-
CMYK00.440.350.29
HSL348º35.4%55.69%-
HSV(B)348º43.96%71.37%-
XYZ27.3120.7619.71-
YUV127.74122.5166.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 118 (46.48% from 255) = 29.35%
R=45.27%
G=25.37%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210211800.440.350.2934835.455.69
HexB6667602C231D15c2338
Octal26614616605443355344370
Binary1011011011001101110110010110010001111101101011100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66676; }

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

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

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

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

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

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

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

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