#BB7690

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

Shades of Tapestry #BB7690

Tints of Tapestry #BB7690

Color information

#BB7690 (or 0xBB7690) is unknown color: approx Tapestry. HEX triplet: BB, 76 and 90. RGB value is (187,118,144). Sum of RGB (Red+Green+Blue) = 187+118+144=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7690 is #44896F. Grayscale: #8D8D8D. Windows color (decimal): -4491632 or 9467579. OLE color: 9467579.

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

Color convert

RGB187118144-
CMYK00.370.230.27
HSL337.39º33.66%59.8%-
HSV(B)337.39º36.9%73.33%-
XYZ32.0125.5429.63-
YUV141.6129.36160.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=41.65%
G=26.28%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711814400.370.230.27337.3933.6659.8
HexBB7690025171B151223c
Octal27316622004527335214274
Binary1011101111101101001000001001011011111011101010001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7690; }

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

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

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

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

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

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

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

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