#B1838D

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

Shades of Tapestry #B1838D

Tints of Tapestry #B1838D

Color information

#B1838D (or 0xB1838D) is unknown color: approx Tapestry. HEX triplet: B1, 83 and 8D. RGB value is (177,131,141). Sum of RGB (Red+Green+Blue) = 177+131+141=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1838D is #4E7C72. Grayscale: #919191. Windows color (decimal): -5143667 or 9274289. OLE color: 9274289.

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

Color convert

RGB177131141-
CMYK00.260.200.31
HSL346.96º22.77%60.39%-
HSV(B)346.96º25.99%69.41%-
XYZ31.0627.528.87-
YUV145.89125.24150.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 131 (51.56% from 255) = 29.18%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=39.42%
G=29.18%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713114100.260.200.31346.9622.7760.39
HexB1838D01A141F15b173c
Octal26120321503224375332774
Binary101100011000001110001101011010101001111110101101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1838D; }

 p { color: rgb(177,131,141); }

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

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

 a { background-color: rgb(177,131,141); }

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

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

 span { border-color: rgb(177,131,141); }

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