#B09C99

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

Shades of Dusty Grey #B09C99

Tints of Dusty Grey #B09C99

Color information

#B09C99 (or 0xB09C99) is unknown color: approx Dusty Grey. HEX triplet: B0, 9C and 99. RGB value is (176,156,153). Sum of RGB (Red+Green+Blue) = 176+156+153=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C99 is #4F6366. Grayscale: #A1A1A1. Windows color (decimal): -5202791 or 10067120. OLE color: 10067120.

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

Color convert

RGB176156153-
CMYK00.110.130.31
HSL7.83º12.71%64.51%-
HSV(B)7.83º13.07%69.02%-
XYZ35.5435.3135.08-
YUV161.64123.13138.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 156 (61.33% from 255) = 32.16%
BLUE value IS 153 (60.16% from 255) = 31.55%
R=36.29%
G=32.16%
B=31.55%

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
Decimal17615615300.110.130.317.8312.7164.51
HexB09C990BD1F8d41
Octal26023423101315371015101
Binary10110000100111001001100101011110111111100011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09C99; }

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

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

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

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

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

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

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

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