#BB7881

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

Shades of Tapestry #BB7881

Tints of Tapestry #BB7881

Color information

#BB7881 (or 0xBB7881) is unknown color: approx Tapestry. HEX triplet: BB, 78 and 81. RGB value is (187,120,129). Sum of RGB (Red+Green+Blue) = 187+120+129=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7881 is #44877E. Grayscale: #8D8D8D. Windows color (decimal): -4491135 or 8485051. OLE color: 8485051.

HSL color Cylindrical-coordinate representation of color #BB7881: hue angle of 351.94º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB7881 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB187120129-
CMYK00.360.310.27
HSL351.94º33%60.2%-
HSV(B)351.94º35.83%73.33%-
XYZ31.1725.5824.06-
YUV141.06121.2160.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 120 (47.27% from 255) = 27.52%
BLUE value IS 129 (50.78% from 255) = 29.59%
R=42.89%
G=27.52%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712012900.360.310.27351.943360.2
HexBB78810241F1B160213c
Octal27317020104437335404174
Binary1011101111110001000000101001001111111011101100000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7881; }

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

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

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

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

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

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

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

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