#BB6880

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

Shades of Tapestry #BB6880

Tints of Tapestry #BB6880

Color information

#BB6880 (or 0xBB6880) is unknown color: approx Tapestry. HEX triplet: BB, 68 and 80. RGB value is (187,104,128). Sum of RGB (Red+Green+Blue) = 187+104+128=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6880 is #44977F. Grayscale: #838383. Windows color (decimal): -4495232 or 8415419. OLE color: 8415419.

HSL color Cylindrical-coordinate representation of color #BB6880: hue angle of 342.65º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB6880 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB187104128-
CMYK00.440.320.27
HSL342.65º37.9%57.06%-
HSV(B)342.65º44.39%73.33%-
XYZ29.3422.0223.13-
YUV131.55126167.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=44.63%
G=24.82%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710412800.440.320.27342.6537.957.06
HexBB688002C201B1572639
Octal27315020005440335274671
Binary10111011110100010000000010110010000011011101010111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6880; }

 p { color: rgb(187,104,128); }

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

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

 a { background-color: rgb(187,104,128); }

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

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

 span { border-color: rgb(187,104,128); }

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