#BB6E8F

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

Shades of Tapestry #BB6E8F

Tints of Tapestry #BB6E8F

Color information

#BB6E8F (or 0xBB6E8F) is unknown color: approx Tapestry. HEX triplet: BB, 6E and 8F. RGB value is (187,110,143). Sum of RGB (Red+Green+Blue) = 187+110+143=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6E8F is #449170. Grayscale: #888888. Windows color (decimal): -4493681 or 9399995. OLE color: 9399995.

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

Color convert

RGB187110143-
CMYK00.410.240.27
HSL334.29º36.15%58.24%-
HSV(B)334.29º41.18%73.33%-
XYZ31.0323.728.93-
YUV136.78131.51163.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.5%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 143 (56.25% from 255) = 32.5%
R=42.5%
G=25%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711014300.410.240.27334.2936.1558.24
HexBB6E8F029181B14e243a
Octal27315621705130335164472
Binary1011101111011101000111101010011100011011101001110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E8F; }

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

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

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

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

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

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

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

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