#B09D9B

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

Shades of Dusty Grey #B09D9B

Tints of Dusty Grey #B09D9B

Color information

#B09D9B (or 0xB09D9B) is unknown color: approx Dusty Grey. HEX triplet: B0, 9D and 9B. RGB value is (176,157,155). Sum of RGB (Red+Green+Blue) = 176+157+155=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09D9B is #4F6264. Grayscale: #A2A2A2. Windows color (decimal): -5202533 or 10198448. OLE color: 10198448.

HSL color Cylindrical-coordinate representation of color #B09D9B: hue angle of 5.71º 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 #B09D9B is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB176157155-
CMYK00.110.120.31
HSL5.71º11.73%64.9%-
HSV(B)5.71º11.93%69.02%-
XYZ35.8835.7136.01-
YUV162.45123.79137.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 157 (61.72% from 255) = 32.17%
BLUE value IS 155 (60.94% from 255) = 31.76%
R=36.07%
G=32.17%
B=31.76%

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
Decimal17615715500.110.120.315.7111.7364.9
HexB09D9B0BC1F6c41
Octal2602352330131437614101
Binary1011000010011101100110110101111001111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D9B; }

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

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

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

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

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

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

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

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