#BB7F87

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

Shades of Tapestry #BB7F87

Tints of Tapestry #BB7F87

Color information

#BB7F87 (or 0xBB7F87) is unknown color: approx Tapestry. HEX triplet: BB, 7F and 87. RGB value is (187,127,135). Sum of RGB (Red+Green+Blue) = 187+127+135=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7F87 is #448078. Grayscale: #919191. Windows color (decimal): -4489337 or 8880059. OLE color: 8880059.

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

Color convert

RGB187127135-
CMYK00.320.280.27
HSL352º30.61%61.57%-
HSV(B)352º32.09%73.33%-
XYZ32.4627.4926.52-
YUV145.85121.88157.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 127 (50% from 255) = 28.29%
BLUE value IS 135 (53.12% from 255) = 30.07%
R=41.65%
G=28.29%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712713500.320.280.2735230.6161.57
HexBB7F870201C1B1601f3e
Octal27317720704034335403776
Binary101110111111111100001110100000111001101110110000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F87; }

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

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

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

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

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

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

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

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