#B6627C

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

Shades of Tapestry #B6627C

Tints of Tapestry #B6627C

Color information

#B6627C (or 0xB6627C) is unknown color: approx Tapestry. HEX triplet: B6, 62 and 7C. RGB value is (182,98,124). Sum of RGB (Red+Green+Blue) = 182+98+124=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6627C is #499D83. Grayscale: #7E7E7E. Windows color (decimal): -4824452 or 8151734. OLE color: 8151734.

HSL color Cylindrical-coordinate representation of color #B6627C: hue angle of 341.43º degrees, saturation: 0.37, 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 #B6627C is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18298124-
CMYK00.460.320.29
HSL341.43º36.52%54.9%-
HSV(B)341.43º46.15%71.37%-
XYZ27.320.1421.52-
YUV126.08126.83167.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 98 (38.67% from 255) = 24.26%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=45.05%
G=24.26%
B=30.69%

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
Decimal1829812400.460.320.29341.4336.5254.9
HexB6627C02E201D1552537
Octal26614217405640355254567
Binary1011011011000101111100010111010000011101101010101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6627C; }

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

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

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

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

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

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

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

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