#B1828E

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

Shades of Tapestry #B1828E

Tints of Tapestry #B1828E

Color information

#B1828E (or 0xB1828E) is unknown color: approx Tapestry. HEX triplet: B1, 82 and 8E. RGB value is (177,130,142). Sum of RGB (Red+Green+Blue) = 177+130+142=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1828E is #4E7D71. Grayscale: #919191. Windows color (decimal): -5143922 or 9339569. OLE color: 9339569.

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

Color convert

RGB177130142-
CMYK00.270.200.31
HSL344.68º23.15%60.2%-
HSV(B)344.68º26.55%69.41%-
XYZ3127.2729.22-
YUV145.42126.07150.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=39.42%
G=28.95%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713014200.270.200.31344.6823.1560.2
HexB1828E01B141F159173c
Octal26120221603324375312774
Binary101100011000001010001110011011101001111110101100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1828E; }

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

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

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

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

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

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

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

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