#B79E9D

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

Shades of Dusty Grey #B79E9D

Tints of Dusty Grey #B79E9D

Color information

#B79E9D (or 0xB79E9D) is unknown color: approx Dusty Grey. HEX triplet: B7, 9E and 9D. RGB value is (183,158,157). Sum of RGB (Red+Green+Blue) = 183+158+157=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79E9D is #486162. Grayscale: #A5A5A5. Windows color (decimal): -4743523 or 10329783. OLE color: 10329783.

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

Color convert

RGB183158157-
CMYK00.140.140.28
HSL2.31º15.29%66.67%-
HSV(B)2.31º14.21%71.76%-
XYZ37.8436.9637.04-
YUV165.36123.28140.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.75%
GREEN value IS 158 (62.11% from 255) = 31.73%
BLUE value IS 157 (61.72% from 255) = 31.53%
R=36.75%
G=31.73%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315815700.140.140.282.3115.2966.67
HexB79E9D0EE1C2f43
Octal2672362350161634217103
Binary101101111001111010011101011101110111001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79E9D; }

 p { color: rgb(183,158,157); }

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

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

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

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

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

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

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