#BB6B7C

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

Shades of Tapestry #BB6B7C

Tints of Tapestry #BB6B7C

Color information

#BB6B7C (or 0xBB6B7C) is unknown color: approx Tapestry. HEX triplet: BB, 6B and 7C. RGB value is (187,107,124). Sum of RGB (Red+Green+Blue) = 187+107+124=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6B7C is #449483. Grayscale: #848484. Windows color (decimal): -4494468 or 8154043. OLE color: 8154043.

HSL color Cylindrical-coordinate representation of color #BB6B7C: hue angle of 347.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6B7C is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB187107124-
CMYK00.430.340.27
HSL347.25º37.04%57.65%-
HSV(B)347.25º42.78%73.33%-
XYZ29.3922.5421.87-
YUV132.86123166.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 107 (42.19% from 255) = 25.60%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=44.74%
G=25.60%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710712400.430.340.27347.2537.0457.65
HexBB6B7C02B221B15b253a
Octal27315317405342335334572
Binary1011101111010111111100010101110001011011101011011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6B7C; }

 p { color: rgb(187,107,124); }

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

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

 a { background-color: rgb(187,107,124); }

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

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

 span { border-color: rgb(187,107,124); }

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