#B29D9D

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

Shades of Dusty Grey #B29D9D

Tints of Dusty Grey #B29D9D

Color information

#B29D9D (or 0xB29D9D) is unknown color: approx Dusty Grey. HEX triplet: B2, 9D and 9D. RGB value is (178,157,157). Sum of RGB (Red+Green+Blue) = 178+157+157=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29D9D is #4D6262. Grayscale: #A3A3A3. Windows color (decimal): -5071459 or 10329522. OLE color: 10329522.

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

Color convert

RGB178157157-
CMYK00.120.120.30
HSL12%65.69%-
HSV(B)11.8%69.8%-
XYZ36.536.0136.93-
YUV163.28124.46138.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.18%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 157 (61.72% from 255) = 31.91%
R=36.18%
G=31.91%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815715700.120.120.3001265.69
HexB29D9D0CC1E0c42
Octal2622352350141436014102
Binary10110010100111011001110101100110011110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D9D; }

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

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

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

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

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

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

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

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