#BB6E77

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

Shades of Tapestry #BB6E77

Tints of Tapestry #BB6E77

Color information

#BB6E77 (or 0xBB6E77) is unknown color: approx Tapestry. HEX triplet: BB, 6E and 77. RGB value is (187,110,119). Sum of RGB (Red+Green+Blue) = 187+110+119=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E77 is #449188. Grayscale: #868686. Windows color (decimal): -4493705 or 7827131. OLE color: 7827131.

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

Color convert

RGB187110119-
CMYK00.410.360.27
HSL352.99º36.15%58.24%-
HSV(B)352.99º41.18%73.33%-
XYZ29.423.0520.35-
YUV134.05119.51165.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 119 (46.88% from 255) = 28.61%
R=44.95%
G=26.44%
B=28.61%

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
Decimal18711011900.410.360.27352.9936.1558.24
HexBB6E77029241B161243a
Octal27315616705144335414472
Binary1011101111011101110111010100110010011011101100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E77; }

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

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

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

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

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

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

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

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