Html Css Color HEX #B19F9E Dusty Grey

📋 copy color: '#B19F9E'

red 177 ◦ green 159 ◦ blue 158

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

Shades of Dusty Grey #B19F9E

Tints of Dusty Grey #B19F9E

RGB

 RED value IS 177 (69.53% from 255) = 35.83%

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

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

R = 35.83%
G = 32.19%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B19F9E (or 0xB19F9E) is known color: Dusty Grey. HEX triplet: B1, 9F and 9E. RGB value is (177,159,158). Sum of RGB (Red+Green+Blue) = 177+159+158=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F9E is #4E6061. Grayscale: #A4A4A4. Windows color (decimal): -5136482 or 10395569. OLE color: 10395569.

HSL color Cylindrical-coordinate representation of color #B19F9E: hue angle of 3.16º 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 #B19F9E is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 159 158 -
CMYK 0 0.10 0.11 0.31
HSL 3.16º 0.11% 0.66% -
HSV(B) 3.16º 0.11% 0.69% -
XYZ 36.7 36.61 37.48 -
YUV 164.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 177 159 158 0 0.10 0.11 0.31 3.16 0.11 0.66
Hex B1 9F 9E 0 A B 1F 3 B 42
Octal 261 237 236 0 12 13 37 3 13 102
Binary 10110001 10011111 10011110 0 1010 1011 11111 11 1011 1000010

Color Harmonies of #B19F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19F9E

Black with #B19F9E

Text Example


Text Example

White with #B19F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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