#B5838B

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

Shades of Tapestry #B5838B

Tints of Tapestry #B5838B

Color information

#B5838B (or 0xB5838B) is unknown color: approx Tapestry. HEX triplet: B5, 83 and 8B. RGB value is (181,131,139). Sum of RGB (Red+Green+Blue) = 181+131+139=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5838B is #4A7C74. Grayscale: #929292. Windows color (decimal): -4881525 or 9143221. OLE color: 9143221.

HSL color Cylindrical-coordinate representation of color #B5838B: hue angle of 350.4º 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 #B5838B is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB181131139-
CMYK00.280.230.29
HSL350.4º25.25%61.18%-
HSV(B)350.4º27.62%70.98%-
XYZ31.8327.9228.14-
YUV146.86123.57152.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 131 (51.56% from 255) = 29.05%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=40.13%
G=29.05%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113113900.280.230.29350.425.2561.18
HexB5838B01C171D15e193d
Octal26520321303427355363175
Binary101101011000001110001011011100101111110110101111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5838B; }

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

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

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

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

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

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

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

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