#B79B9A

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

Shades of Dusty Grey #B79B9A

Tints of Dusty Grey #B79B9A

Color information

#B79B9A (or 0xB79B9A) is unknown color: approx Dusty Grey. HEX triplet: B7, 9B and 9A. RGB value is (183,155,154). Sum of RGB (Red+Green+Blue) = 183+155+154=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79B9A is #486465. Grayscale: #A3A3A3. Windows color (decimal): -4744294 or 10132407. OLE color: 10132407.

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

Color convert

RGB183155154-
CMYK00.150.160.28
HSL2.07º16.76%66.08%-
HSV(B)2.07º15.85%71.76%-
XYZ37.0835.8435.54-
YUV163.26122.78142.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.20%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=37.20%
G=31.50%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315515400.150.160.282.0716.7666.08
HexB79B9A0F101C21142
Octal2672332320172034221102
Binary10110111100110111001101001111100001110010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79B9A; }

 p { color: rgb(183,155,154); }

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

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

 a { background-color: rgb(183,155,154); }

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

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

 span { border-color: rgb(183,155,154); }

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