#BB7986

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

Shades of Tapestry #BB7986

Tints of Tapestry #BB7986

Color information

#BB7986 (or 0xBB7986) is unknown color: approx Tapestry. HEX triplet: BB, 79 and 86. RGB value is (187,121,134). Sum of RGB (Red+Green+Blue) = 187+121+134=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7986 is #448679. Grayscale: #8E8E8E. Windows color (decimal): -4490874 or 8812987. OLE color: 8812987.

HSL color Cylindrical-coordinate representation of color #BB7986: hue angle of 348.18º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7986 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB187121134-
CMYK00.350.280.27
HSL348.18º32.67%60.39%-
HSV(B)348.18º35.29%73.33%-
XYZ31.6325.9625.9-
YUV142.22123.37159.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 134 (52.73% from 255) = 30.32%
R=42.31%
G=27.38%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712113400.350.280.27348.1832.6760.39
HexBB79860231C1B15c213c
Octal27317120604334335344174
Binary1011101111110011000011001000111110011011101011100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7986; }

 p { color: rgb(187,121,134); }

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

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

 a { background-color: rgb(187,121,134); }

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

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

 span { border-color: rgb(187,121,134); }

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