#B4818C

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

Shades of Tapestry #B4818C

Tints of Tapestry #B4818C

Color information

#B4818C (or 0xB4818C) is unknown color: approx Tapestry. HEX triplet: B4, 81 and 8C. RGB value is (180,129,140). Sum of RGB (Red+Green+Blue) = 180+129+140=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B4818C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4818C is #4B7E73. Grayscale: #919191. Windows color (decimal): -4947572 or 9208244. OLE color: 9208244.

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

Color convert

RGB180129140-
CMYK00.280.220.29
HSL347.06º25.37%60.59%-
HSV(B)347.06º28.33%70.59%-
XYZ31.4127.328.42-
YUV145.5124.9152.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 129 (50.78% from 255) = 28.73%
BLUE value IS 140 (55.08% from 255) = 31.18%
R=40.09%
G=28.73%
B=31.18%

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
Decimal18012914000.280.220.29347.0625.3760.59
HexB4818C01C161D15b193d
Octal26420121403426355333175
Binary101101001000000110001100011100101101110110101101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4818C; }

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

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

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

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

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

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

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

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