#B1628B

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

Shades of Tapestry #B1628B

Tints of Tapestry #B1628B

Color information

#B1628B (or 0xB1628B) is unknown color: approx Tapestry. HEX triplet: B1, 62 and 8B. RGB value is (177,98,139). Sum of RGB (Red+Green+Blue) = 177+98+139=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1628B is #4E9D74. Grayscale: #7E7E7E. Windows color (decimal): -5152117 or 9134769. OLE color: 9134769.

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

Color convert

RGB17798139-
CMYK00.450.210.31
HSL328.86º33.62%53.92%-
HSV(B)328.86º44.63%69.41%-
XYZ27.1619.9526.84-
YUV126.29135.17164.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.75%
GREEN value IS 98 (38.67% from 255) = 23.67%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=42.75%
G=23.67%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779813900.450.210.31328.8633.6253.92
HexB1628B02D151F1492236
Octal26114221305525375114266
Binary1011000111000101000101101011011010111111101001001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1628B; }

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

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

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

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

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

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

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

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