#BB6E85

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

Shades of Tapestry #BB6E85

Tints of Tapestry #BB6E85

Color information

#BB6E85 (or 0xBB6E85) is unknown color: approx Tapestry. HEX triplet: BB, 6E and 85. RGB value is (187,110,133). Sum of RGB (Red+Green+Blue) = 187+110+133=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6E85 is #44917A. Grayscale: #878787. Windows color (decimal): -4493691 or 8744635. OLE color: 8744635.

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

Color convert

RGB187110133-
CMYK00.410.290.27
HSL342.08º36.15%58.24%-
HSV(B)342.08º41.18%73.33%-
XYZ30.323.4125.11-
YUV135.64126.51164.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 110 (43.36% from 255) = 25.58%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=43.49%
G=25.58%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711013300.410.290.27342.0836.1558.24
HexBB6E850291D1B156243a
Octal27315620505135335264472
Binary1011101111011101000010101010011110111011101010110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E85; }

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

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

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

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

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

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

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

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