#B49B9A

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

Shades of Dusty Grey #B49B9A

Tints of Dusty Grey #B49B9A

Color information

#B49B9A (or 0xB49B9A) is unknown color: approx Dusty Grey. HEX triplet: B4, 9B and 9A. RGB value is (180,155,154). Sum of RGB (Red+Green+Blue) = 180+155+154=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49B9A is #4B6465. Grayscale: #A2A2A2. Windows color (decimal): -4940902 or 10132404. OLE color: 10132404.

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

Color convert

RGB180155154-
CMYK00.140.140.29
HSL2.31º14.77%65.49%-
HSV(B)2.31º14.44%70.59%-
XYZ36.3835.4835.5-
YUV162.36123.28140.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 155 (60.94% from 255) = 31.70%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=36.81%
G=31.70%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015515400.140.140.292.3114.7765.49
HexB49B9A0EE1D2f41
Octal2642332320161635217101
Binary101101001001101110011010011101110111011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B9A; }

 p { color: rgb(180,155,154); }

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

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

 a { background-color: rgb(180,155,154); }

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

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

 span { border-color: rgb(180,155,154); }

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