Html Css Color HEX #B49F9E Dusty Grey

📋 copy color: '#B49F9E'

red 180 ◦ green 159 ◦ blue 158

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

Shades of Dusty Grey #B49F9E

Tints of Dusty Grey #B49F9E

RGB

 RED value IS 180 (70.7% from 255) = 36.22%

 GREEN value IS 159 (62.5% from 255) = 31.99%

 BLUE value IS 158 (62.11% from 255) = 31.79%

R = 36.22%
G = 31.99%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B49F9E (or 0xB49F9E) is known color: Dusty Grey. HEX triplet: B4, 9F and 9E. RGB value is (180,159,158). Sum of RGB (Red+Green+Blue) = 180+159+158=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49F9E is #4B6061. Grayscale: #A5A5A5. Windows color (decimal): -4939874 or 10395572. OLE color: 10395572.

HSL color Cylindrical-coordinate representation of color #B49F9E: hue angle of 2.73º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B49F9E is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 159 158 -
CMYK 0 0.12 0.12 0.29
HSL 2.73º 0.13% 0.66% -
HSV(B) 2.73º 0.12% 0.71% -
XYZ 37.39 36.97 37.51 -
YUV 165.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 180 159 158 0 0.12 0.12 0.29 2.73 0.13 0.66
Hex B4 9F 9E 0 C C 1D 3 D 42
Octal 264 237 236 0 14 14 35 3 15 102
Binary 10110100 10011111 10011110 0 1100 1100 11101 11 1101 1000010

Color Harmonies of #B49F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49F9E

Black with #B49F9E

Text Example


Text Example

White with #B49F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49F9E; }

 p { color: rgb(180,159,158); }

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

background-color css

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

 a { background-color: rgb(180,159,158); }

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

border-color css

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

 span { border-color: rgb(180,159,158); }

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