#B5838F

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

Shades of Tapestry #B5838F

Tints of Tapestry #B5838F

Color information

#B5838F (or 0xB5838F) is unknown color: approx Tapestry. HEX triplet: B5, 83 and 8F. RGB value is (181,131,143). Sum of RGB (Red+Green+Blue) = 181+131+143=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5838F is #4A7C70. Grayscale: #939393. Windows color (decimal): -4881521 or 9405365. OLE color: 9405365.

HSL color Cylindrical-coordinate representation of color #B5838F: hue angle of 345.6º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5838F is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB181131143-
CMYK00.280.210.29
HSL345.6º25.25%61.18%-
HSV(B)345.6º27.62%70.98%-
XYZ32.1328.0429.71-
YUV147.32125.57152.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 131 (51.56% from 255) = 28.79%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=39.78%
G=28.79%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113114300.280.210.29345.625.2561.18
HexB5838F01C151D15a193d
Octal26520321703425355323175
Binary101101011000001110001111011100101011110110101101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5838F; }

 p { color: rgb(181,131,143); }

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

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

 a { background-color: rgb(181,131,143); }

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

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

 span { border-color: rgb(181,131,143); }

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