#BB788F

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

Shades of Tapestry #BB788F

Tints of Tapestry #BB788F

Color information

#BB788F (or 0xBB788F) is unknown color: approx Tapestry. HEX triplet: BB, 78 and 8F. RGB value is (187,120,143). Sum of RGB (Red+Green+Blue) = 187+120+143=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BB788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB788F is #448770. Grayscale: #8E8E8E. Windows color (decimal): -4491121 or 9402555. OLE color: 9402555.

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

Color convert

RGB187120143-
CMYK00.360.240.27
HSL339.4º33%60.2%-
HSV(B)339.4º35.83%73.33%-
XYZ32.1725.9829.31-
YUV142.66128.2159.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.56%
GREEN value IS 120 (47.27% from 255) = 26.67%
BLUE value IS 143 (56.25% from 255) = 31.78%
R=41.56%
G=26.67%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712014300.360.240.27339.43360.2
HexBB788F024181B153213c
Octal27317021704430335234174
Binary1011101111110001000111101001001100011011101010011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB788F; }

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

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

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

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

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

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

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

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