#B09B99

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

Shades of Dusty Grey #B09B99

Tints of Dusty Grey #B09B99

Color information

#B09B99 (or 0xB09B99) is unknown color: approx Dusty Grey. HEX triplet: B0, 9B and 99. RGB value is (176,155,153). Sum of RGB (Red+Green+Blue) = 176+155+153=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09B99 is #4F6466. Grayscale: #A1A1A1. Windows color (decimal): -5203047 or 10066864. OLE color: 10066864.

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

Color convert

RGB176155153-
CMYK00.120.130.31
HSL5.22º12.71%64.51%-
HSV(B)5.22º13.07%69.02%-
XYZ35.3834.9735.02-
YUV161.05123.46138.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 155 (60.94% from 255) = 32.02%
BLUE value IS 153 (60.16% from 255) = 31.61%
R=36.36%
G=32.02%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615515300.120.130.315.2212.7164.51
HexB09B990CD1F5d41
Octal2602332310141537515101
Binary1011000010011011100110010110011011111110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B99; }

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

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

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

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

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

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

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

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