#BB7C80

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

Shades of Tapestry #BB7C80

Tints of Tapestry #BB7C80

Color information

#BB7C80 (or 0xBB7C80) is unknown color: approx Tapestry. HEX triplet: BB, 7C and 80. RGB value is (187,124,128). Sum of RGB (Red+Green+Blue) = 187+124+128=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7C80 is #44837F. Grayscale: #8F8F8F. Windows color (decimal): -4490112 or 8420539. OLE color: 8420539.

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

Color convert

RGB187124128-
CMYK00.340.320.27
HSL356.19º31.66%60.98%-
HSV(B)356.19º33.69%73.33%-
XYZ31.626.5423.88-
YUV143.29119.37159.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 124 (48.83% from 255) = 28.25%
BLUE value IS 128 (50.39% from 255) = 29.16%
R=42.60%
G=28.25%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712412800.340.320.27356.1931.6660.98
HexBB7C80022201B164203d
Octal27317420004240335444075
Binary10111011111110010000000010001010000011011101100100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7C80; }

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

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

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

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

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

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

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

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