#BB7F80

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

Shades of Tapestry #BB7F80

Tints of Tapestry #BB7F80

Color information

#BB7F80 (or 0xBB7F80) is unknown color: approx Tapestry. HEX triplet: BB, 7F and 80. RGB value is (187,127,128). Sum of RGB (Red+Green+Blue) = 187+127+128=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7F80 is #44807F. Grayscale: #919191. Windows color (decimal): -4489344 or 8421307. OLE color: 8421307.

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

Color convert

RGB187127128-
CMYK00.320.320.27
HSL359º30.61%61.57%-
HSV(B)359º32.09%73.33%-
XYZ31.9827.324.01-
YUV145.05118.38157.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 127 (50% from 255) = 28.73%
BLUE value IS 128 (50.39% from 255) = 28.96%
R=42.31%
G=28.73%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712712800.320.320.2735930.6161.57
HexBB7F80020201B1671f3e
Octal27317720004040335473776
Binary1011101111111111000000001000001000001101110110011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F80; }

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

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

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

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

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

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

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

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