#BB7F84

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

Shades of Tapestry #BB7F84

Tints of Tapestry #BB7F84

Color information

#BB7F84 (or 0xBB7F84) is unknown color: approx Tapestry. HEX triplet: BB, 7F and 84. RGB value is (187,127,132). Sum of RGB (Red+Green+Blue) = 187+127+132=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7F84 is #44807B. Grayscale: #919191. Windows color (decimal): -4489340 or 8683451. OLE color: 8683451.

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

Color convert

RGB187127132-
CMYK00.320.290.27
HSL355º30.61%61.57%-
HSV(B)355º32.09%73.33%-
XYZ32.2527.4125.42-
YUV145.51120.38157.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=41.93%
G=28.48%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712713200.320.290.2735530.6161.57
HexBB7F840201D1B1631f3e
Octal27317720404035335433776
Binary101110111111111100001000100000111011101110110001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F84; }

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

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

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

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

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

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

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

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