#B1638F

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

Shades of Tapestry #B1638F

Tints of Tapestry #B1638F

Color information

#B1638F (or 0xB1638F) is unknown color: approx Tapestry. HEX triplet: B1, 63 and 8F. RGB value is (177,99,143). Sum of RGB (Red+Green+Blue) = 177+99+143=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1638F is #4E9C70. Grayscale: #7F7F7F. Windows color (decimal): -5151857 or 9397169. OLE color: 9397169.

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

Color convert

RGB17799143-
CMYK00.440.190.31
HSL326.15º33.33%54.12%-
HSV(B)326.15º44.07%69.41%-
XYZ27.5520.2528.44-
YUV127.34136.84163.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 99 (39.06% from 255) = 23.63%
BLUE value IS 143 (56.25% from 255) = 34.13%
R=42.24%
G=23.63%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779914300.440.190.31326.1533.3354.12
HexB1638F02C131F1462136
Octal26114321705423375064166
Binary1011000111000111000111101011001001111111101000110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1638F; }

 p { color: rgb(177,99,143); }

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

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

 a { background-color: rgb(177,99,143); }

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

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

 span { border-color: rgb(177,99,143); }

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