#BB768A

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

Shades of Tapestry #BB768A

Tints of Tapestry #BB768A

Color information

#BB768A (or 0xBB768A) is unknown color: approx Tapestry. HEX triplet: BB, 76 and 8A. RGB value is (187,118,138). Sum of RGB (Red+Green+Blue) = 187+118+138=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB768A is #448975. Grayscale: #8C8C8C. Windows color (decimal): -4491638 or 9074363. OLE color: 9074363.

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

Color convert

RGB187118138-
CMYK00.370.260.27
HSL342.61º33.66%59.8%-
HSV(B)342.61º36.9%73.33%-
XYZ31.5625.3627.28-
YUV140.91126.36160.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 118 (46.48% from 255) = 26.64%
BLUE value IS 138 (54.30% from 255) = 31.15%
R=42.21%
G=26.64%
B=31.15%

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
Decimal18711813800.370.260.27342.6133.6659.8
HexBB768A0251A1B157223c
Octal27316621204532335274274
Binary1011101111101101000101001001011101011011101010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB768A; }

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

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

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

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

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

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

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

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