#BB768B

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

Shades of Tapestry #BB768B

Tints of Tapestry #BB768B

Color information

#BB768B (or 0xBB768B) is unknown color: approx Tapestry. HEX triplet: BB, 76 and 8B. RGB value is (187,118,139). Sum of RGB (Red+Green+Blue) = 187+118+139=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 139 (54.69% from 255 or 31.31% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB768B is #448974. Grayscale: #8D8D8D. Windows color (decimal): -4491637 or 9139899. OLE color: 9139899.

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

Color convert

RGB187118139-
CMYK00.370.260.27
HSL341.74º33.66%59.8%-
HSV(B)341.74º36.9%73.33%-
XYZ31.6325.3927.66-
YUV141.02126.86160.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.12%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 139 (54.69% from 255) = 31.31%
R=42.12%
G=26.58%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711813900.370.260.27341.7433.6659.8
HexBB768B0251A1B156223c
Octal27316621304532335264274
Binary1011101111101101000101101001011101011011101010110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB768B; }

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

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

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

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

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

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

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

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