#BB6877

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

Shades of Tapestry #BB6877

Tints of Tapestry #BB6877

Color information

#BB6877 (or 0xBB6877) is unknown color: approx Tapestry. HEX triplet: BB, 68 and 77. RGB value is (187,104,119). Sum of RGB (Red+Green+Blue) = 187+104+119=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6877 is #449788. Grayscale: #828282. Windows color (decimal): -4495241 or 7825595. OLE color: 7825595.

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

Color convert

RGB187104119-
CMYK00.440.360.27
HSL349.16º37.9%57.06%-
HSV(B)349.16º44.39%73.33%-
XYZ28.7721.820.14-
YUV130.53121.5168.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.61%
GREEN value IS 104 (41.02% from 255) = 25.37%
BLUE value IS 119 (46.88% from 255) = 29.02%
R=45.61%
G=25.37%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710411900.440.360.27349.1637.957.06
HexBB687702C241B15d2639
Octal27315016705444335354671
Binary1011101111010001110111010110010010011011101011101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6877; }

 p { color: rgb(187,104,119); }

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

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

 a { background-color: rgb(187,104,119); }

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

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

 span { border-color: rgb(187,104,119); }

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