#B1698F

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

Shades of Tapestry #B1698F

Tints of Tapestry #B1698F

Color information

#B1698F (or 0xB1698F) is unknown color: approx Tapestry. HEX triplet: B1, 69 and 8F. RGB value is (177,105,143). Sum of RGB (Red+Green+Blue) = 177+105+143=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B1698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1698F is #4E9670. Grayscale: #828282. Windows color (decimal): -5150321 or 9398705. OLE color: 9398705.

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

Color convert

RGB177105143-
CMYK00.410.190.31
HSL328.33º31.58%55.29%-
HSV(B)328.33º40.68%69.41%-
XYZ28.1421.4328.64-
YUV130.86134.85160.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 143 (56.25% from 255) = 33.65%
R=41.65%
G=24.71%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710514300.410.190.31328.3331.5855.29
HexB1698F029131F1482037
Octal26115121705123375104067
Binary1011000111010011000111101010011001111111101001000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1698F; }

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

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

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

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

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

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

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

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