#B09D9A

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

Shades of Dusty Grey #B09D9A

Tints of Dusty Grey #B09D9A

Color information

#B09D9A (or 0xB09D9A) is unknown color: approx Dusty Grey. HEX triplet: B0, 9D and 9A. RGB value is (176,157,154). Sum of RGB (Red+Green+Blue) = 176+157+154=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09D9A is #4F6265. Grayscale: #A2A2A2. Windows color (decimal): -5202534 or 10132912. OLE color: 10132912.

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

Color convert

RGB176157154-
CMYK00.110.120.31
HSL8.18º12.22%64.71%-
HSV(B)8.18º12.5%69.02%-
XYZ35.7935.6835.57-
YUV162.34123.29137.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 157 (61.72% from 255) = 32.24%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=36.14%
G=32.24%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615715400.110.120.318.1812.2264.71
HexB09D9A0BC1F8c41
Octal26023523201314371014101
Binary10110000100111011001101001011110011111100011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D9A; }

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

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

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

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

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

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

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

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