#B29F9E

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

Shades of Dusty Grey #B29F9E

Tints of Dusty Grey #B29F9E

Color information

#B29F9E (or 0xB29F9E) is unknown color: approx Dusty Grey. HEX triplet: B2, 9F and 9E. RGB value is (178,159,158). Sum of RGB (Red+Green+Blue) = 178+159+158=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29F9E is #4D6061. Grayscale: #A4A4A4. Windows color (decimal): -5070946 or 10395570. OLE color: 10395570.

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

Color convert

RGB178159158-
CMYK00.110.110.30
HSL11.49%65.88%-
HSV(B)11.24%69.8%-
XYZ36.9336.7337.49-
YUV164.57124.29137.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=35.96%
G=32.12%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815915800.110.110.30311.4965.88
HexB29F9E0BB1E3b42
Octal2622372360131336313102
Binary101100101001111110011110010111011111101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29F9E; }

 p { color: rgb(178,159,158); }

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

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

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

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

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

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

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