#B5838D

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

Shades of Tapestry #B5838D

Tints of Tapestry #B5838D

Color information

#B5838D (or 0xB5838D) is unknown color: approx Tapestry. HEX triplet: B5, 83 and 8D. RGB value is (181,131,141). Sum of RGB (Red+Green+Blue) = 181+131+141=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5838D is #4A7C72. Grayscale: #939393. Windows color (decimal): -4881523 or 9274293. OLE color: 9274293.

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

Color convert

RGB181131141-
CMYK00.280.220.29
HSL348º25.25%61.18%-
HSV(B)348º27.62%70.98%-
XYZ31.9827.9828.91-
YUV147.09124.57152.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 131 (51.56% from 255) = 28.92%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=39.96%
G=28.92%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113114100.280.220.2934825.2561.18
HexB5838D01C161D15c193d
Octal26520321503426355343175
Binary101101011000001110001101011100101101110110101110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5838D; }

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

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

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

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

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

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

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

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