#B5A19F

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

Shades of Dusty Grey #B5A19F

Tints of Dusty Grey #B5A19F

Color information

#B5A19F (or 0xB5A19F) is unknown color: approx Dusty Grey. HEX triplet: B5, A1 and 9F. RGB value is (181,161,159). Sum of RGB (Red+Green+Blue) = 181+161+159=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A19F is #4A5E60. Grayscale: #A6A6A6. Windows color (decimal): -4873825 or 10461621. OLE color: 10461621.

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

Color convert

RGB181161159-
CMYK00.110.120.29
HSL5.45º12.94%66.67%-
HSV(B)5.45º12.15%70.98%-
XYZ38.0637.8238.09-
YUV166.75123.63138.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 161 (63.28% from 255) = 32.14%
BLUE value IS 159 (62.5% from 255) = 31.74%
R=36.13%
G=32.14%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116115900.110.120.295.4512.9466.67
HexB5A19F0BC1D5d43
Octal2652412370131435515103
Binary1011010110100001100111110101111001110110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A19F; }

 p { color: rgb(181,161,159); }

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

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

 a { background-color: rgb(181,161,159); }

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

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

 span { border-color: rgb(181,161,159); }

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