#B1688F

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

Shades of Tapestry #B1688F

Tints of Tapestry #B1688F

Color information

#B1688F (or 0xB1688F) is unknown color: approx Tapestry. HEX triplet: B1, 68 and 8F. RGB value is (177,104,143). Sum of RGB (Red+Green+Blue) = 177+104+143=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B1688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1688F is #4E9770. Grayscale: #828282. Windows color (decimal): -5150577 or 9398449. OLE color: 9398449.

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

Color convert

RGB177104143-
CMYK00.410.190.31
HSL327.95º31.88%55.1%-
HSV(B)327.95º41.24%69.41%-
XYZ28.0421.2328.61-
YUV130.27135.18161.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 104 (41.02% from 255) = 24.53%
BLUE value IS 143 (56.25% from 255) = 33.73%
R=41.75%
G=24.53%
B=33.73%

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
Decimal17710414300.410.190.31327.9531.8855.1
HexB1688F029131F1482037
Octal26115021705123375104067
Binary1011000111010001000111101010011001111111101001000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1688F; }

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

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

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

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

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

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

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

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