#BB6E78

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

Shades of Tapestry #BB6E78

Tints of Tapestry #BB6E78

Color information

#BB6E78 (or 0xBB6E78) is unknown color: approx Tapestry. HEX triplet: BB, 6E and 78. RGB value is (187,110,120). Sum of RGB (Red+Green+Blue) = 187+110+120=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E78 is #449187. Grayscale: #868686. Windows color (decimal): -4493704 or 7892667. OLE color: 7892667.

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

Color convert

RGB187110120-
CMYK00.410.360.27
HSL352.21º36.15%58.24%-
HSV(B)352.21º41.18%73.33%-
XYZ29.4623.0720.67-
YUV134.16120.01165.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 110 (43.36% from 255) = 26.38%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=44.84%
G=26.38%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711012000.410.360.27352.2136.1558.24
HexBB6E78029241B160243a
Octal27315617005144335404472
Binary1011101111011101111000010100110010011011101100000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E78; }

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

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

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

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

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

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

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

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