#B3B49F

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

Shades of Mist Grey #B3B49F

Tints of Mist Grey #B3B49F

Color information

#B3B49F (or 0xB3B49F) is unknown color: approx Mist Grey. HEX triplet: B3, B4 and 9F. RGB value is (179,180,159). Sum of RGB (Red+Green+Blue) = 179+180+159=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B49F is #4C4B60. Grayscale: #B1B1B1. Windows color (decimal): -5000033 or 10466483. OLE color: 10466483.

HSL color Cylindrical-coordinate representation of color #B3B49F: hue angle of 62.86º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3B49F is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB179180159-
CMYK0.0100.120.29
HSL62.86º12.28%66.47%-
HSV(B)62.86º11.67%70.59%-
XYZ41.1744.7339.26-
YUV177.31117.67129.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=34.56%
G=34.75%
B=30.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791801590.0100.120.2962.8612.2866.47
HexB3B49F10C1D3fc42
Octal2632642371014357714102
Binary1011001110110100100111111011001110111111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B49F; }

 p { color: rgb(179,180,159); }

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

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

 a { background-color: rgb(179,180,159); }

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

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

 span { border-color: rgb(179,180,159); }

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