#B6607C

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

Shades of Tapestry #B6607C

Tints of Tapestry #B6607C

Color information

#B6607C (or 0xB6607C) is unknown color: approx Tapestry. HEX triplet: B6, 60 and 7C. RGB value is (182,96,124). Sum of RGB (Red+Green+Blue) = 182+96+124=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B6607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6607C is #499F83. Grayscale: #7C7C7C. Windows color (decimal): -4824964 or 8151222. OLE color: 8151222.

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

Color convert

RGB18296124-
CMYK00.470.320.29
HSL340.47º37.07%54.51%-
HSV(B)340.47º47.25%71.37%-
XYZ27.1119.7721.46-
YUV124.91127.49168.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=45.27%
G=23.88%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829612400.470.320.29340.4737.0754.51
HexB6607C02F201D1542537
Octal26614017405740355244567
Binary1011011011000001111100010111110000011101101010100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6607C; }

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

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

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

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

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

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

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

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