#B1828B

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

Shades of Tapestry #B1828B

Tints of Tapestry #B1828B

Color information

#B1828B (or 0xB1828B) is unknown color: approx Tapestry. HEX triplet: B1, 82 and 8B. RGB value is (177,130,139). Sum of RGB (Red+Green+Blue) = 177+130+139=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B1828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1828B is #4E7D74. Grayscale: #919191. Windows color (decimal): -5143925 or 9142961. OLE color: 9142961.

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

Color convert

RGB177130139-
CMYK00.270.210.31
HSL348.51º23.15%60.2%-
HSV(B)348.51º26.55%69.41%-
XYZ30.7727.1828.05-
YUV145.08124.57150.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 130 (51.17% from 255) = 29.15%
BLUE value IS 139 (54.69% from 255) = 31.17%
R=39.69%
G=29.15%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713013900.270.210.31348.5123.1560.2
HexB1828B01B151F15d173c
Octal26120221303325375352774
Binary101100011000001010001011011011101011111110101110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1828B; }

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

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

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

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

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

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

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

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