#BB6E80

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

Shades of Tapestry #BB6E80

Tints of Tapestry #BB6E80

Color information

#BB6E80 (or 0xBB6E80) is unknown color: approx Tapestry. HEX triplet: BB, 6E and 80. RGB value is (187,110,128). Sum of RGB (Red+Green+Blue) = 187+110+128=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6E80 is #44917F. Grayscale: #878787. Windows color (decimal): -4493696 or 8416955. OLE color: 8416955.

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

Color convert

RGB187110128-
CMYK00.410.320.27
HSL345.97º36.15%58.24%-
HSV(B)345.97º41.18%73.33%-
XYZ29.9723.2823.34-
YUV135.07124.01165.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=44%
G=25.88%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711012800.410.320.27345.9736.1558.24
HexBB6E80029201B15a243a
Octal27315620005140335324472
Binary10111011110111010000000010100110000011011101011010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E80; }

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

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

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

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

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

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

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

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