#B3848E

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

Shades of Tapestry #B3848E

Tints of Tapestry #B3848E

Color information

#B3848E (or 0xB3848E) is unknown color: approx Tapestry. HEX triplet: B3, 84 and 8E. RGB value is (179,132,142). Sum of RGB (Red+Green+Blue) = 179+132+142=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B3848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3848E is #4C7B71. Grayscale: #939393. Windows color (decimal): -5012338 or 9340083. OLE color: 9340083.

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

Color convert

RGB179132142-
CMYK00.260.210.30
HSL347.23º23.62%60.98%-
HSV(B)347.23º26.26%70.2%-
XYZ31.7228.0429.33-
YUV147.19125.07150.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=39.51%
G=29.14%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913214200.260.210.30347.2323.6260.98
HexB3848E01A151E15b183d
Octal26320421603225365333075
Binary101100111000010010001110011010101011111010101101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3848E; }

 p { color: rgb(179,132,142); }

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

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

 a { background-color: rgb(179,132,142); }

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

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

 span { border-color: rgb(179,132,142); }

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