#B1618D

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

Shades of Tapestry #B1618D

Tints of Tapestry #B1618D

Color information

#B1618D (or 0xB1618D) is unknown color: approx Tapestry. HEX triplet: B1, 61 and 8D. RGB value is (177,97,141). Sum of RGB (Red+Green+Blue) = 177+97+141=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1618D is #4E9E72. Grayscale: #7D7D7D. Windows color (decimal): -5152371 or 9265585. OLE color: 9265585.

HSL color Cylindrical-coordinate representation of color #B1618D: hue angle of 327º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1618D is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB17797141-
CMYK00.450.200.31
HSL327º33.9%53.73%-
HSV(B)327º45.2%69.41%-
XYZ27.2119.8227.59-
YUV125.94136.5164.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.65%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=42.65%
G=23.37%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779714100.450.200.3132733.953.73
HexB1618D02D141F1472236
Octal26114121505524375074266
Binary1011000111000011000110101011011010011111101000111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1618D; }

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

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

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

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

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

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

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

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