#B2618D

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

Shades of Tapestry #B2618D

Tints of Tapestry #B2618D

Color information

#B2618D (or 0xB2618D) is unknown color: approx Tapestry. HEX triplet: B2, 61 and 8D. RGB value is (178,97,141). Sum of RGB (Red+Green+Blue) = 178+97+141=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B2618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2618D is #4D9E72. Grayscale: #7E7E7E. Windows color (decimal): -5086835 or 9265586. OLE color: 9265586.

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

Color convert

RGB17897141-
CMYK00.460.210.30
HSL327.41º34.47%53.92%-
HSV(B)327.41º45.51%69.8%-
XYZ27.4419.9427.6-
YUV126.24136.34164.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 141 (55.47% from 255) = 33.89%
R=42.79%
G=23.32%
B=33.89%

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
Decimal1789714100.460.210.30327.4134.4753.92
HexB2618D02E151E1472236
Octal26214121505625365074266
Binary1011001011000011000110101011101010111110101000111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2618D; }

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

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

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

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

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

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

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

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