#B1828F

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

Shades of Tapestry #B1828F

Tints of Tapestry #B1828F

Color information

#B1828F (or 0xB1828F) is unknown color: approx Tapestry. HEX triplet: B1, 82 and 8F. RGB value is (177,130,143). Sum of RGB (Red+Green+Blue) = 177+130+143=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1828F is #4E7D70. Grayscale: #919191. Windows color (decimal): -5143921 or 9405105. OLE color: 9405105.

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

Color convert

RGB177130143-
CMYK00.270.190.31
HSL343.4º23.15%60.2%-
HSV(B)343.4º26.55%69.41%-
XYZ31.0727.329.62-
YUV145.54126.57150.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 130 (51.17% from 255) = 28.89%
BLUE value IS 143 (56.25% from 255) = 31.78%
R=39.33%
G=28.89%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713014300.270.190.31343.423.1560.2
HexB1828F01B131F157173c
Octal26120221703323375272774
Binary101100011000001010001111011011100111111110101011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1828F; }

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

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

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

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

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

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

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

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