#BB6E8A

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

Shades of Tapestry #BB6E8A

Tints of Tapestry #BB6E8A

Color information

#BB6E8A (or 0xBB6E8A) is unknown color: approx Tapestry. HEX triplet: BB, 6E and 8A. RGB value is (187,110,138). Sum of RGB (Red+Green+Blue) = 187+110+138=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6E8A is #449175. Grayscale: #888888. Windows color (decimal): -4493686 or 9072315. OLE color: 9072315.

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

Color convert

RGB187110138-
CMYK00.410.260.27
HSL338.18º36.15%58.24%-
HSV(B)338.18º41.18%73.33%-
XYZ30.6623.5526.97-
YUV136.22129.01164.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=42.99%
G=25.29%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711013800.410.260.27338.1836.1558.24
HexBB6E8A0291A1B152243a
Octal27315621205132335224472
Binary1011101111011101000101001010011101011011101010010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E8A; }

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

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

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

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

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

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

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

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