#B29494

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

Shades of Dusty Grey #B29494

Tints of Dusty Grey #B29494

Color information

#B29494 (or 0xB29494) is unknown color: approx Dusty Grey. HEX triplet: B2, 94 and 94. RGB value is (178,148,148). Sum of RGB (Red+Green+Blue) = 178+148+148=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B29494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29494 is #4D6B6B. Grayscale: #9D9D9D. Windows color (decimal): -5073772 or 9737394. OLE color: 9737394.

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

Color convert

RGB178148148-
CMYK00.170.170.30
HSL16.3%63.92%-
HSV(B)16.85%69.8%-
XYZ34.332.7832.54-
YUV156.97122.94143-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.55%
GREEN value IS 148 (58.20% from 255) = 31.22%
BLUE value IS 148 (58.20% from 255) = 31.22%
R=37.55%
G=31.22%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814814800.170.170.30016.363.92
HexB29494011111E01040
Octal2622242240212136020100
Binary10110010100101001001010001000110001111100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29494; }

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

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

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

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

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

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

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

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