#B1628E

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

Shades of Tapestry #B1628E

Tints of Tapestry #B1628E

Color information

#B1628E (or 0xB1628E) is unknown color: approx Tapestry. HEX triplet: B1, 62 and 8E. RGB value is (177,98,142). Sum of RGB (Red+Green+Blue) = 177+98+142=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1628E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1628E is #4E9D71. Grayscale: #7E7E7E. Windows color (decimal): -5152114 or 9331377. OLE color: 9331377.

HSL color Cylindrical-coordinate representation of color #B1628E: hue angle of 326.58º 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 #B1628E is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB17798142-
CMYK00.450.200.31
HSL326.58º33.62%53.92%-
HSV(B)326.58º44.63%69.41%-
XYZ27.3820.0428.02-
YUV126.64136.67163.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 98 (38.67% from 255) = 23.50%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=42.45%
G=23.50%
B=34.05%

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
Decimal1779814200.450.200.31326.5833.6253.92
HexB1628E02D141F1472236
Octal26114221605524375074266
Binary1011000111000101000111001011011010011111101000111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1628E; }

 p { color: rgb(177,98,142); }

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

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

 a { background-color: rgb(177,98,142); }

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

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

 span { border-color: rgb(177,98,142); }

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