#BB788A

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

Shades of Tapestry #BB788A

Tints of Tapestry #BB788A

Color information

#BB788A (or 0xBB788A) is unknown color: approx Tapestry. HEX triplet: BB, 78 and 8A. RGB value is (187,120,138). Sum of RGB (Red+Green+Blue) = 187+120+138=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB788A is #448775. Grayscale: #8E8E8E. Windows color (decimal): -4491126 or 9074875. OLE color: 9074875.

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

Color convert

RGB187120138-
CMYK00.360.260.27
HSL343.88º33%60.2%-
HSV(B)343.88º35.83%73.33%-
XYZ31.825.8327.36-
YUV142.08125.7160.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 120 (47.27% from 255) = 26.97%
BLUE value IS 138 (54.30% from 255) = 31.01%
R=42.02%
G=26.97%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712013800.360.260.27343.883360.2
HexBB788A0241A1B158213c
Octal27317021204432335304174
Binary1011101111110001000101001001001101011011101011000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB788A; }

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

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

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

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

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

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

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

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