#B1678F

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

Shades of Tapestry #B1678F

Tints of Tapestry #B1678F

Color information

#B1678F (or 0xB1678F) is unknown color: approx Tapestry. HEX triplet: B1, 67 and 8F. RGB value is (177,103,143). Sum of RGB (Red+Green+Blue) = 177+103+143=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B1678F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1678F is #4E9870. Grayscale: #818181. Windows color (decimal): -5150833 or 9398193. OLE color: 9398193.

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

Color convert

RGB177103143-
CMYK00.420.190.31
HSL327.57º32.17%54.9%-
HSV(B)327.57º41.81%69.41%-
XYZ27.9421.0328.57-
YUV129.69135.52161.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 103 (40.62% from 255) = 24.35%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=41.84%
G=24.35%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710314300.420.190.31327.5732.1754.9
HexB1678F02A131F1482037
Octal26114721705223375104067
Binary1011000111001111000111101010101001111111101001000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1678F; }

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

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

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

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

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

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

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

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