#B09494

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

Shades of Dusty Grey #B09494

Tints of Dusty Grey #B09494

Color information

#B09494 (or 0xB09494) is unknown color: approx Dusty Grey. HEX triplet: B0, 94 and 94. RGB value is (176,148,148). Sum of RGB (Red+Green+Blue) = 176+148+148=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B09494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09494 is #4F6B6B. Grayscale: #9C9C9C. Windows color (decimal): -5204844 or 9737392. OLE color: 9737392.

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

Color convert

RGB176148148-
CMYK00.160.160.31
HSL15.05%63.53%-
HSV(B)15.91%69.02%-
XYZ33.8432.5532.52-
YUV156.37123.28142-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 148 (58.20% from 255) = 31.36%
R=37.29%
G=31.36%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614814800.160.160.31015.0563.53
HexB09494010101F0f40
Octal2602242240202037017100
Binary1011000010010100100101000100001000011111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09494; }

 p { color: rgb(176,148,148); }

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

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

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

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

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

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

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