#B18191

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

Shades of Tapestry #B18191

Tints of Tapestry #B18191

Color information

#B18191 (or 0xB18191) is unknown color: approx Tapestry. HEX triplet: B1, 81 and 91. RGB value is (177,129,145). Sum of RGB (Red+Green+Blue) = 177+129+145=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B18191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18191 is #4E7E6E. Grayscale: #919191. Windows color (decimal): -5144175 or 9535921. OLE color: 9535921.

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

Color convert

RGB177129145-
CMYK00.270.180.31
HSL340º23.53%60%-
HSV(B)340º27.12%69.41%-
XYZ31.0927.0930.38-
YUV145.18127.9150.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 129 (50.78% from 255) = 28.60%
BLUE value IS 145 (57.03% from 255) = 32.15%
R=39.25%
G=28.60%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17712914500.270.180.3134023.5360
HexB1819101B121F154183c
Octal26120122103322375243074
Binary101100011000000110010001011011100101111110101010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18191; }

 p { color: rgb(177,129,145); }

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

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

 a { background-color: rgb(177,129,145); }

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

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

 span { border-color: rgb(177,129,145); }

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