#B6617F

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

Shades of Tapestry #B6617F

Tints of Tapestry #B6617F

Color information

#B6617F (or 0xB6617F) is unknown color: approx Tapestry. HEX triplet: B6, 61 and 7F. RGB value is (182,97,127). Sum of RGB (Red+Green+Blue) = 182+97+127=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6617F is #499E80. Grayscale: #7D7D7D. Windows color (decimal): -4824705 or 8348086. OLE color: 8348086.

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

Color convert

RGB18297127-
CMYK00.470.300.29
HSL338.82º36.8%54.71%-
HSV(B)338.82º46.7%71.37%-
XYZ27.420.0322.5-
YUV125.84128.66168.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.83%
GREEN value IS 97 (38.28% from 255) = 23.89%
BLUE value IS 127 (50% from 255) = 31.28%
R=44.83%
G=23.89%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829712700.470.300.29338.8236.854.71
HexB6617F02F1E1D1532537
Octal26614117705736355234567
Binary101101101100001111111101011111111011101101010011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6617F; }

 p { color: rgb(182,97,127); }

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

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

 a { background-color: rgb(182,97,127); }

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

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

 span { border-color: rgb(182,97,127); }

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