#BB6676

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

Shades of Tapestry #BB6676

Tints of Tapestry #BB6676

Color information

#BB6676 (or 0xBB6676) is unknown color: approx Tapestry. HEX triplet: BB, 66 and 76. RGB value is (187,102,118). Sum of RGB (Red+Green+Blue) = 187+102+118=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6676 is #449989. Grayscale: #818181. Windows color (decimal): -4495754 or 7759547. OLE color: 7759547.

HSL color Cylindrical-coordinate representation of color #BB6676: hue angle of 348.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB6676 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB187102118-
CMYK00.450.370.27
HSL348.71º38.46%56.67%-
HSV(B)348.71º45.45%73.33%-
XYZ28.5121.3819.76-
YUV129.24121.66169.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 118 (46.48% from 255) = 28.99%
R=45.95%
G=25.06%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710211800.450.370.27348.7138.4656.67
HexBB667602D251B15d2639
Octal27314616605545335354671
Binary1011101111001101110110010110110010111011101011101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6676; }

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

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

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

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

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

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

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

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