#B19D9A

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

Shades of Dusty Grey #B19D9A

Tints of Dusty Grey #B19D9A

Color information

#B19D9A (or 0xB19D9A) is unknown color: approx Dusty Grey. HEX triplet: B1, 9D and 9A. RGB value is (177,157,154). Sum of RGB (Red+Green+Blue) = 177+157+154=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19D9A is #4E6265. Grayscale: #A2A2A2. Windows color (decimal): -5136998 or 10132913. OLE color: 10132913.

HSL color Cylindrical-coordinate representation of color #B19D9A: hue angle of 7.83º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B19D9A is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB177157154-
CMYK00.110.130.31
HSL7.83º12.85%64.9%-
HSV(B)7.83º12.99%69.41%-
XYZ36.0235.7935.58-
YUV162.64123.13138.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.27%
GREEN value IS 157 (61.72% from 255) = 32.17%
BLUE value IS 154 (60.55% from 255) = 31.56%
R=36.27%
G=32.17%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715715400.110.130.317.8312.8564.9
HexB19D9A0BD1F8d41
Octal26123523201315371015101
Binary10110001100111011001101001011110111111100011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19D9A; }

 p { color: rgb(177,157,154); }

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

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

 a { background-color: rgb(177,157,154); }

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

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

 span { border-color: rgb(177,157,154); }

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