#BB6679

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

Shades of Tapestry #BB6679

Tints of Tapestry #BB6679

Color information

#BB6679 (or 0xBB6679) is unknown color: approx Tapestry. HEX triplet: BB, 66 and 79. RGB value is (187,102,121). Sum of RGB (Red+Green+Blue) = 187+102+121=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6679 is #449986. Grayscale: #818181. Windows color (decimal): -4495751 or 7956155. OLE color: 7956155.

HSL color Cylindrical-coordinate representation of color #BB6679: hue angle of 346.59º 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 #BB6679 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB187102121-
CMYK00.450.350.27
HSL346.59º38.46%56.67%-
HSV(B)346.59º45.45%73.33%-
XYZ28.721.4520.72-
YUV129.58123.16168.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.61%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 121 (47.66% from 255) = 29.51%
R=45.61%
G=24.88%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710212100.450.350.27346.5938.4656.67
HexBB667902D231B15b2639
Octal27314617105543335334671
Binary1011101111001101111001010110110001111011101011011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6679; }

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

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

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

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

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

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

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

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