#BB768E

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

Shades of Tapestry #BB768E

Tints of Tapestry #BB768E

Color information

#BB768E (or 0xBB768E) is unknown color: approx Tapestry. HEX triplet: BB, 76 and 8E. RGB value is (187,118,142). Sum of RGB (Red+Green+Blue) = 187+118+142=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB768E is #448971. Grayscale: #8D8D8D. Windows color (decimal): -4491634 or 9336507. OLE color: 9336507.

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

Color convert

RGB187118142-
CMYK00.370.240.27
HSL339.13º33.66%59.8%-
HSV(B)339.13º36.9%73.33%-
XYZ31.8525.4728.83-
YUV141.37128.36160.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=41.83%
G=26.40%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711814200.370.240.27339.1333.6659.8
HexBB768E025181B153223c
Octal27316621604530335234274
Binary1011101111101101000111001001011100011011101010011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB768E; }

 p { color: rgb(187,118,142); }

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

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

 a { background-color: rgb(187,118,142); }

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

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

 span { border-color: rgb(187,118,142); }

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