#B09998

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

Shades of Dusty Grey #B09998

Tints of Dusty Grey #B09998

Color information

#B09998 (or 0xB09998) is unknown color: approx Dusty Grey. HEX triplet: B0, 99 and 98. RGB value is (176,153,152). Sum of RGB (Red+Green+Blue) = 176+153+152=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B09998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09998 is #4F6667. Grayscale: #9F9F9F. Windows color (decimal): -5203560 or 10000816. OLE color: 10000816.

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

Color convert

RGB176153152-
CMYK00.130.140.31
HSL2.5º13.19%64.31%-
HSV(B)2.5º13.64%69.02%-
XYZ34.9634.2834.48-
YUV159.76123.62139.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 153 (60.16% from 255) = 31.81%
BLUE value IS 152 (59.77% from 255) = 31.60%
R=36.59%
G=31.81%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615315200.130.140.312.513.1964.31
HexB099980DE1F3d40
Octal2602312300151637315100
Binary101100001001100110011000011011110111111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09998; }

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

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

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

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

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

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

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

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