#B6618D

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

Shades of Tapestry #B6618D

Tints of Tapestry #B6618D

Color information

#B6618D (or 0xB6618D) is unknown color: approx Tapestry. HEX triplet: B6, 61 and 8D. RGB value is (182,97,141). Sum of RGB (Red+Green+Blue) = 182+97+141=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6618D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6618D is #499E72. Grayscale: #7F7F7F. Windows color (decimal): -4824691 or 9265590. OLE color: 9265590.

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

Color convert

RGB18297141-
CMYK00.470.230.29
HSL328.94º36.8%54.71%-
HSV(B)328.94º46.7%71.37%-
XYZ28.3720.4227.64-
YUV127.43135.66166.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 141 (55.47% from 255) = 33.57%
R=43.33%
G=23.10%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829714100.470.230.29328.9436.854.71
HexB6618D02F171D1492537
Octal26614121505727355114567
Binary1011011011000011000110101011111011111101101001001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6618D; }

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

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

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

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

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

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

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

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