#B1838C

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

Shades of Tapestry #B1838C

Tints of Tapestry #B1838C

Color information

#B1838C (or 0xB1838C) is unknown color: approx Tapestry. HEX triplet: B1, 83 and 8C. RGB value is (177,131,140). Sum of RGB (Red+Green+Blue) = 177+131+140=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1838C is #4E7C73. Grayscale: #919191. Windows color (decimal): -5143668 or 9208753. OLE color: 9208753.

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

Color convert

RGB177131140-
CMYK00.260.210.31
HSL348.26º22.77%60.39%-
HSV(B)348.26º25.99%69.41%-
XYZ30.9827.4728.48-
YUV145.78124.74150.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.51%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 140 (55.08% from 255) = 31.25%
R=39.51%
G=29.24%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713114000.260.210.31348.2622.7760.39
HexB1838C01A151F15c173c
Octal26120321403225375342774
Binary101100011000001110001100011010101011111110101110010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1838C; }

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

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

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

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

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

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

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

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