#BB7F85

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

Shades of Tapestry #BB7F85

Tints of Tapestry #BB7F85

Color information

#BB7F85 (or 0xBB7F85) is unknown color: approx Tapestry. HEX triplet: BB, 7F and 85. RGB value is (187,127,133). Sum of RGB (Red+Green+Blue) = 187+127+133=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7F85 is #44807A. Grayscale: #919191. Windows color (decimal): -4489339 or 8748987. OLE color: 8748987.

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

Color convert

RGB187127133-
CMYK00.320.290.27
HSL354º30.61%61.57%-
HSV(B)354º32.09%73.33%-
XYZ32.3227.4425.78-
YUV145.62120.88157.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=41.83%
G=28.41%
B=29.75%

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
Decimal18712713300.320.290.2735430.6161.57
HexBB7F850201D1B1621f3e
Octal27317720504035335423776
Binary101110111111111100001010100000111011101110110001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F85; }

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

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

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

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

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

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

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

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