#B09E9B

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

Shades of Dusty Grey #B09E9B

Tints of Dusty Grey #B09E9B

Color information

#B09E9B (or 0xB09E9B) is unknown color: approx Dusty Grey. HEX triplet: B0, 9E and 9B. RGB value is (176,158,155). Sum of RGB (Red+Green+Blue) = 176+158+155=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09E9B is #4F6164. Grayscale: #A3A3A3. Windows color (decimal): -5202277 or 10198704. OLE color: 10198704.

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

Color convert

RGB176158155-
CMYK00.100.120.31
HSL8.57º11.73%64.9%-
HSV(B)8.57º11.93%69.02%-
XYZ36.0536.0536.07-
YUV163.04123.46137.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 158 (62.11% from 255) = 32.31%
BLUE value IS 155 (60.94% from 255) = 31.70%
R=35.99%
G=32.31%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615815500.100.120.318.5711.7364.9
HexB09E9B0AC1F9c41
Octal26023623301214371114101
Binary10110000100111101001101101010110011111100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09E9B; }

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

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

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

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

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

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

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

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