#B5818C

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

Shades of Tapestry #B5818C

Tints of Tapestry #B5818C

Color information

#B5818C (or 0xB5818C) is unknown color: approx Tapestry. HEX triplet: B5, 81 and 8C. RGB value is (181,129,140). Sum of RGB (Red+Green+Blue) = 181+129+140=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B5818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5818C is #4A7E73. Grayscale: #919191. Windows color (decimal): -4882036 or 9208245. OLE color: 9208245.

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

Color convert

RGB181129140-
CMYK00.290.230.29
HSL347.31º26%60.78%-
HSV(B)347.31º28.73%70.98%-
XYZ31.6427.4228.44-
YUV145.8124.73153.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 140 (55.08% from 255) = 31.11%
R=40.22%
G=28.67%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112914000.290.230.29347.312660.78
HexB5818C01D171D15b1a3d
Octal26520121403527355333275
Binary101101011000000110001100011101101111110110101101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5818C; }

 p { color: rgb(181,129,140); }

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

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

 a { background-color: rgb(181,129,140); }

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

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

 span { border-color: rgb(181,129,140); }

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