#B1658F

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

Shades of Tapestry #B1658F

Tints of Tapestry #B1658F

Color information

#B1658F (or 0xB1658F) is unknown color: approx Tapestry. HEX triplet: B1, 65 and 8F. RGB value is (177,101,143). Sum of RGB (Red+Green+Blue) = 177+101+143=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1658F is #4E9A70. Grayscale: #808080. Windows color (decimal): -5151345 or 9397681. OLE color: 9397681.

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

Color convert

RGB177101143-
CMYK00.430.190.31
HSL326.84º32.76%54.51%-
HSV(B)326.84º42.94%69.41%-
XYZ27.7420.6428.51-
YUV128.51136.18162.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 143 (56.25% from 255) = 33.97%
R=42.04%
G=23.99%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710114300.430.190.31326.8432.7654.51
HexB1658F02B131F1472137
Octal26114521705323375074167
Binary1011000111001011000111101010111001111111101000111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1658F; }

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

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

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

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

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

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

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

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