#BB6E7E

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

Shades of Tapestry #BB6E7E

Tints of Tapestry #BB6E7E

Color information

#BB6E7E (or 0xBB6E7E) is unknown color: approx Tapestry. HEX triplet: BB, 6E and 7E. RGB value is (187,110,126). Sum of RGB (Red+Green+Blue) = 187+110+126=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E7E is #449181. Grayscale: #868686. Windows color (decimal): -4493698 or 8285883. OLE color: 8285883.

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

Color convert

RGB187110126-
CMYK00.410.330.27
HSL347.53º36.15%58.24%-
HSV(B)347.53º41.18%73.33%-
XYZ29.8423.2222.65-
YUV134.85123.01165.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 110 (43.36% from 255) = 26.00%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=44.21%
G=26.00%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711012600.410.330.27347.5336.1558.24
HexBB6E7E029211B15c243a
Octal27315617605141335344472
Binary1011101111011101111110010100110000111011101011100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E7E; }

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

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

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

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

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

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

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

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