#B1678B

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

Shades of Tapestry #B1678B

Tints of Tapestry #B1678B

Color information

#B1678B (or 0xB1678B) is unknown color: approx Tapestry. HEX triplet: B1, 67 and 8B. RGB value is (177,103,139). Sum of RGB (Red+Green+Blue) = 177+103+139=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1678B is #4E9874. Grayscale: #818181. Windows color (decimal): -5150837 or 9136049. OLE color: 9136049.

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

Color convert

RGB177103139-
CMYK00.420.210.31
HSL330.81º32.17%54.9%-
HSV(B)330.81º41.81%69.41%-
XYZ27.6420.9127.01-
YUV129.23133.52162.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=42.24%
G=24.58%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710313900.420.210.31330.8132.1754.9
HexB1678B02A151F14b2037
Octal26114721305225375134067
Binary1011000111001111000101101010101010111111101001011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1678B; }

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

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

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

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

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

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

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

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