#B8A09E

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

Shades of Dusty Grey #B8A09E

Tints of Dusty Grey #B8A09E

Color information

#B8A09E (or 0xB8A09E) is unknown color: approx Dusty Grey. HEX triplet: B8, A0 and 9E. RGB value is (184,160,158). Sum of RGB (Red+Green+Blue) = 184+160+158=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A09E is #475F61. Grayscale: #A6A6A6. Windows color (decimal): -4677474 or 10395832. OLE color: 10395832.

HSL color Cylindrical-coordinate representation of color #B8A09E: hue angle of 4.62º 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 #B8A09E is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB184160158-
CMYK00.130.140.28
HSL4.62º15.48%67.06%-
HSV(B)4.62º14.13%72.16%-
XYZ38.5137.837.61-
YUV166.95122.95140.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.65%
GREEN value IS 160 (62.89% from 255) = 31.87%
BLUE value IS 158 (62.11% from 255) = 31.47%
R=36.65%
G=31.87%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416015800.130.140.284.6215.4867.06
HexB8A09E0DE1C5f43
Octal2702402360151634517103
Binary1011100010100000100111100110111101110010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A09E; }

 p { color: rgb(184,160,158); }

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

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

 a { background-color: rgb(184,160,158); }

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

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

 span { border-color: rgb(184,160,158); }

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