#B1868E

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

Shades of Tapestry #B1868E

Tints of Tapestry #B1868E

Color information

#B1868E (or 0xB1868E) is unknown color: approx Tapestry. HEX triplet: B1, 86 and 8E. RGB value is (177,134,142). Sum of RGB (Red+Green+Blue) = 177+134+142=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 177 - color contains mainly: red. Hex color #B1868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1868E is #4E7971. Grayscale: #939393. Windows color (decimal): -5142898 or 9340593. OLE color: 9340593.

HSL color Cylindrical-coordinate representation of color #B1868E: hue angle of 348.84º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1868E is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB177134142-
CMYK00.240.200.31
HSL348.84º21.61%60.98%-
HSV(B)348.84º24.29%69.41%-
XYZ31.5428.3529.4-
YUV147.77124.75148.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 134 (52.73% from 255) = 29.58%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=39.07%
G=29.58%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713414200.240.200.31348.8421.6160.98
HexB1868E018141F15d163d
Octal26120621603024375352675
Binary101100011000011010001110011000101001111110101110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1868E; }

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

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

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

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

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

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

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

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