#BB647C

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

Shades of Tapestry #BB647C

Tints of Tapestry #BB647C

Color information

#BB647C (or 0xBB647C) is unknown color: approx Tapestry. HEX triplet: BB, 64 and 7C. RGB value is (187,100,124). Sum of RGB (Red+Green+Blue) = 187+100+124=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB647C is #449B83. Grayscale: #808080. Windows color (decimal): -4496260 or 8152251. OLE color: 8152251.

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

Color convert

RGB187100124-
CMYK00.470.340.27
HSL343.45º39.01%56.27%-
HSV(B)343.45º46.52%73.33%-
XYZ28.6921.1321.64-
YUV128.75125.32169.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=45.50%
G=24.33%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710012400.470.340.27343.4539.0156.27
HexBB647C02F221B1572738
Octal27314417405742335274770
Binary1011101111001001111100010111110001011011101010111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB647C; }

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

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

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

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

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

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

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

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