#BB6E88

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

Shades of Tapestry #BB6E88

Tints of Tapestry #BB6E88

Color information

#BB6E88 (or 0xBB6E88) is unknown color: approx Tapestry. HEX triplet: BB, 6E and 88. RGB value is (187,110,136). Sum of RGB (Red+Green+Blue) = 187+110+136=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6E88 is #449177. Grayscale: #878787. Windows color (decimal): -4493688 or 8941243. OLE color: 8941243.

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

Color convert

RGB187110136-
CMYK00.410.270.27
HSL339.74º36.15%58.24%-
HSV(B)339.74º41.18%73.33%-
XYZ30.5123.4926.22-
YUV135.99128.01164.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 136 (53.52% from 255) = 31.41%
R=43.19%
G=25.40%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711013600.410.270.27339.7436.1558.24
HexBB6E880291B1B154243a
Octal27315621005133335244472
Binary1011101111011101000100001010011101111011101010100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E88; }

 p { color: rgb(187,110,136); }

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

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

 a { background-color: rgb(187,110,136); }

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

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

 span { border-color: rgb(187,110,136); }

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