#B4848F

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

Shades of Tapestry #B4848F

Tints of Tapestry #B4848F

Color information

#B4848F (or 0xB4848F) is unknown color: approx Tapestry. HEX triplet: B4, 84 and 8F. RGB value is (180,132,143). Sum of RGB (Red+Green+Blue) = 180+132+143=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B4848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4848F is #4B7B70. Grayscale: #939393. Windows color (decimal): -4946801 or 9405620. OLE color: 9405620.

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

Color convert

RGB180132143-
CMYK00.270.210.29
HSL346.25º24.24%61.18%-
HSV(B)346.25º26.67%70.59%-
XYZ32.0328.1929.74-
YUV147.61125.4151.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=39.56%
G=29.01%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013214300.270.210.29346.2524.2461.18
HexB4848F01B151D15a183d
Octal26420421703325355323075
Binary101101001000010010001111011011101011110110101101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4848F; }

 p { color: rgb(180,132,143); }

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

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

 a { background-color: rgb(180,132,143); }

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

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

 span { border-color: rgb(180,132,143); }

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