Html Css Color HEX #B9A09F Dusty Grey

📋 copy color: '#B9A09F'

red 185 ◦ green 160 ◦ blue 159

#B9A09F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dusty Grey #B9A09F

Tints of Dusty Grey #B9A09F

RGB

 RED value IS 185 (72.66% from 255) = 36.71%

 GREEN value IS 160 (62.89% from 255) = 31.75%

 BLUE value IS 159 (62.5% from 255) = 31.55%

R = 36.71%
G = 31.75%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9A09F (or 0xB9A09F) is known color: Dusty Grey. HEX triplet: B9, A0 and 9F. RGB value is (185,160,159). Sum of RGB (Red+Green+Blue) = 185+160+159=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A09F is #465F60. Grayscale: #A7A7A7. Windows color (decimal): -4611937 or 10461369. OLE color: 10461369.

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

Color convert

RGB 185 160 159 -
CMYK 0 0.14 0.14 0.27
HSL 2.31º 0.16% 0.67% -
HSV(B) 2.31º 0.14% 0.73% -
XYZ 38.84 37.96 38.08 -
YUV 167.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 185 160 159 0 0.14 0.14 0.27 2.31 0.16 0.67
Hex B9 A0 9F 0 E E 1B 2 10 43
Octal 271 240 237 0 16 16 33 2 20 103
Binary 10111001 10100000 10011111 0 1110 1110 11011 10 10000 1000011

Color Harmonies of #B9A09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A09F

Black with #B9A09F

Text Example


Text Example

White with #B9A09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A09F; }

 p { color: rgb(185,160,159); }

 H1.HeaderClassName
 {
   color: #B9A09F;
 }
 .AnyTagClassName
 {
   color: #B9A09F;
 }
</style>

background-color css

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

 a { background-color: rgb(185,160,159); }

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

border-color css

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

 span { border-color: rgb(185,160,159); }

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