#B1688E

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

Shades of Tapestry #B1688E

Tints of Tapestry #B1688E

Color information

#B1688E (or 0xB1688E) is unknown color: approx Tapestry. HEX triplet: B1, 68 and 8E. RGB value is (177,104,142). Sum of RGB (Red+Green+Blue) = 177+104+142=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B1688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1688E is #4E9771. Grayscale: #828282. Windows color (decimal): -5150578 or 9332913. OLE color: 9332913.

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

Color convert

RGB177104142-
CMYK00.410.200.31
HSL328.77º31.88%55.1%-
HSV(B)328.77º41.24%69.41%-
XYZ27.9621.228.21-
YUV130.16134.68161.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.84%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=41.84%
G=24.59%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710414200.410.200.31328.7731.8855.1
HexB1688E029141F1492037
Octal26115021605124375114067
Binary1011000111010001000111001010011010011111101001001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1688E; }

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

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

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

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

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

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

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

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