#B4848D

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

Shades of Tapestry #B4848D

Tints of Tapestry #B4848D

Color information

#B4848D (or 0xB4848D) is unknown color: approx Tapestry. HEX triplet: B4, 84 and 8D. RGB value is (180,132,141). Sum of RGB (Red+Green+Blue) = 180+132+141=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4848D is #4B7B72. Grayscale: #939393. Windows color (decimal): -4946803 or 9274548. OLE color: 9274548.

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

Color convert

RGB180132141-
CMYK00.270.220.29
HSL348.75º24.24%61.18%-
HSV(B)348.75º26.67%70.59%-
XYZ31.8828.1328.95-
YUV147.38124.4151.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=39.74%
G=29.14%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013214100.270.220.29348.7524.2461.18
HexB4848D01B161D15d183d
Octal26420421503326355353075
Binary101101001000010010001101011011101101110110101110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4848D; }

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

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

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

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

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

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

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

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