#BB6E7A

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

Shades of Tapestry #BB6E7A

Tints of Tapestry #BB6E7A

Color information

#BB6E7A (or 0xBB6E7A) is unknown color: approx Tapestry. HEX triplet: BB, 6E and 7A. RGB value is (187,110,122). Sum of RGB (Red+Green+Blue) = 187+110+122=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E7A is #449185. Grayscale: #868686. Windows color (decimal): -4493702 or 8023739. OLE color: 8023739.

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

Color convert

RGB187110122-
CMYK00.410.350.27
HSL350.65º36.15%58.24%-
HSV(B)350.65º41.18%73.33%-
XYZ29.5823.1221.32-
YUV134.39121.01165.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 110 (43.36% from 255) = 26.25%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=44.63%
G=26.25%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711012200.410.350.27350.6536.1558.24
HexBB6E7A029231B15f243a
Octal27315617205143335374472
Binary1011101111011101111010010100110001111011101011111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E7A; }

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

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

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

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

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

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

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

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