#B4848B

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

Shades of Tapestry #B4848B

Tints of Tapestry #B4848B

Color information

#B4848B (or 0xB4848B) is unknown color: approx Tapestry. HEX triplet: B4, 84 and 8B. RGB value is (180,132,139). Sum of RGB (Red+Green+Blue) = 180+132+139=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B4848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4848B is #4B7B74. Grayscale: #939393. Windows color (decimal): -4946805 or 9143476. OLE color: 9143476.

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

Color convert

RGB180132139-
CMYK00.270.230.29
HSL351.25º24.24%61.18%-
HSV(B)351.25º26.67%70.59%-
XYZ31.7328.0728.17-
YUV147.15123.4151.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 132 (51.95% from 255) = 29.27%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=39.91%
G=29.27%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013213900.270.230.29351.2524.2461.18
HexB4848B01B171D15f183d
Octal26420421303327355373075
Binary101101001000010010001011011011101111110110101111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4848B; }

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

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

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

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

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

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

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

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