#B2618C

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

Shades of Tapestry #B2618C

Tints of Tapestry #B2618C

Color information

#B2618C (or 0xB2618C) is unknown color: approx Tapestry. HEX triplet: B2, 61 and 8C. RGB value is (178,97,140). Sum of RGB (Red+Green+Blue) = 178+97+140=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B2618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2618C is #4D9E73. Grayscale: #7E7E7E. Windows color (decimal): -5086836 or 9200050. OLE color: 9200050.

HSL color Cylindrical-coordinate representation of color #B2618C: hue angle of 328.15º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2618C is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB17897140-
CMYK00.460.210.30
HSL328.15º34.47%53.92%-
HSV(B)328.15º45.51%69.8%-
XYZ27.3719.9127.21-
YUV126.12135.84165-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 140 (55.08% from 255) = 33.73%
R=42.89%
G=23.37%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789714000.460.210.30328.1534.4753.92
HexB2618C02E151E1482236
Octal26214121405625365104266
Binary1011001011000011000110001011101010111110101001000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2618C; }

 p { color: rgb(178,97,140); }

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

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

 a { background-color: rgb(178,97,140); }

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

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

 span { border-color: rgb(178,97,140); }

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