#BB637C

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

Shades of Tapestry #BB637C

Tints of Tapestry #BB637C

Color information

#BB637C (or 0xBB637C) is unknown color: approx Tapestry. HEX triplet: BB, 63 and 7C. RGB value is (187,99,124). Sum of RGB (Red+Green+Blue) = 187+99+124=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB637C is #449C83. Grayscale: #808080. Windows color (decimal): -4496516 or 8151995. OLE color: 8151995.

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

Color convert

RGB18799124-
CMYK00.470.340.27
HSL342.95º39.29%56.08%-
HSV(B)342.95º47.06%73.33%-
XYZ28.5920.9421.6-
YUV128.16125.65169.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.61%
GREEN value IS 99 (39.06% from 255) = 24.15%
BLUE value IS 124 (48.83% from 255) = 30.24%
R=45.61%
G=24.15%
B=30.24%

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
Decimal1879912400.470.340.27342.9539.2956.08
HexBB637C02F221B1572738
Octal27314317405742335274770
Binary1011101111000111111100010111110001011011101010111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB637C; }

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

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

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

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

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

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

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

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