#B1A09E

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

Shades of Dusty Grey #B1A09E

Tints of Dusty Grey #B1A09E

Color information

#B1A09E (or 0xB1A09E) is unknown color: approx Dusty Grey. HEX triplet: B1, A0 and 9E. RGB value is (177,160,158). Sum of RGB (Red+Green+Blue) = 177+160+158=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A09E is #4E5F61. Grayscale: #A4A4A4. Windows color (decimal): -5136226 or 10395825. OLE color: 10395825.

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

Color convert

RGB177160158-
CMYK00.100.110.31
HSL6.32º10.86%65.69%-
HSV(B)6.32º10.73%69.41%-
XYZ36.8736.9637.54-
YUV164.86124.13136.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=35.76%
G=32.32%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716015800.100.110.316.3210.8665.69
HexB1A09E0AB1F6b42
Octal2612402360121337613102
Binary1011000110100000100111100101010111111111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A09E; }

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

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

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

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

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

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

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

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