#B4818D

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

Shades of Tapestry #B4818D

Tints of Tapestry #B4818D

Color information

#B4818D (or 0xB4818D) is unknown color: approx Tapestry. HEX triplet: B4, 81 and 8D. RGB value is (180,129,141). Sum of RGB (Red+Green+Blue) = 180+129+141=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4818D is #4B7E72. Grayscale: #919191. Windows color (decimal): -4947571 or 9273780. OLE color: 9273780.

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

Color convert

RGB180129141-
CMYK00.280.220.29
HSL345.88º25.37%60.59%-
HSV(B)345.88º28.33%70.59%-
XYZ31.4827.3328.81-
YUV145.62125.4152.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=40%
G=28.67%
B=31.33%

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
Decimal18012914100.280.220.29345.8825.3760.59
HexB4818D01C161D15a193d
Octal26420121503426355323175
Binary101101001000000110001101011100101101110110101101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4818D; }

 p { color: rgb(180,129,141); }

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

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

 a { background-color: rgb(180,129,141); }

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

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

 span { border-color: rgb(180,129,141); }

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