#B6637C

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

Shades of Tapestry #B6637C

Tints of Tapestry #B6637C

Color information

#B6637C (or 0xB6637C) is unknown color: approx Tapestry. HEX triplet: B6, 63 and 7C. RGB value is (182,99,124). Sum of RGB (Red+Green+Blue) = 182+99+124=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B6637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6637C is #499C83. Grayscale: #7E7E7E. Windows color (decimal): -4824196 or 8151990. OLE color: 8151990.

HSL color Cylindrical-coordinate representation of color #B6637C: hue angle of 341.93º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B6637C is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18299124-
CMYK00.460.320.29
HSL341.93º36.24%55.1%-
HSV(B)341.93º45.6%71.37%-
XYZ27.3920.3221.55-
YUV126.67126.5167.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.94%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 124 (48.83% from 255) = 30.62%
R=44.94%
G=24.44%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829912400.460.320.29341.9336.2455.1
HexB6637C02E201D1562437
Octal26614317405640355264467
Binary1011011011000111111100010111010000011101101010110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6637C; }

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

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

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

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

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

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

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

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