#BB6E79

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

Shades of Tapestry #BB6E79

Tints of Tapestry #BB6E79

Color information

#BB6E79 (or 0xBB6E79) is unknown color: approx Tapestry. HEX triplet: BB, 6E and 79. RGB value is (187,110,121). Sum of RGB (Red+Green+Blue) = 187+110+121=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E79 is #449186. Grayscale: #868686. Windows color (decimal): -4493703 or 7958203. OLE color: 7958203.

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

Color convert

RGB187110121-
CMYK00.410.350.27
HSL351.43º36.15%58.24%-
HSV(B)351.43º41.18%73.33%-
XYZ29.5223.120.99-
YUV134.28120.51165.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 110 (43.36% from 255) = 26.32%
BLUE value IS 121 (47.66% from 255) = 28.95%
R=44.74%
G=26.32%
B=28.95%

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
Decimal18711012100.410.350.27351.4336.1558.24
HexBB6E79029231B15f243a
Octal27315617105143335374472
Binary1011101111011101111001010100110001111011101011111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E79; }

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

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

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

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

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

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

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

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