#B3B4A0

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

Shades of Mist Grey #B3B4A0

Tints of Mist Grey #B3B4A0

Color information

#B3B4A0 (or 0xB3B4A0) is unknown color: approx Mist Grey. HEX triplet: B3, B4 and A0. RGB value is (179,180,160). Sum of RGB (Red+Green+Blue) = 179+180+160=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B4A0 is #4C4B5F. Grayscale: #B1B1B1. Windows color (decimal): -5000032 or 10532019. OLE color: 10532019.

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

Color convert

RGB179180160-
CMYK0.0100.110.29
HSL63º11.76%66.67%-
HSV(B)63º11.11%70.59%-
XYZ41.2644.7639.72-
YUV177.42118.17129.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 160 (62.89% from 255) = 30.83%
R=34.49%
G=34.68%
B=30.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791801600.0100.110.296311.7666.67
HexB3B4A010B1D3fc43
Octal2632642401013357714103
Binary1011001110110100101000001010111110111111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B4A0; }

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

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

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

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

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

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

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

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