Html Css Color HEX #B19D9A Dusty Grey

📋 copy color: '#B19D9A'

red 177 ◦ green 157 ◦ blue 154

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

Shades of Dusty Grey #B19D9A

Tints of Dusty Grey #B19D9A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.17%

 BLUE value IS 154 (60.55% from 255) = 31.56%

R = 36.27%
G = 32.17%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B19D9A (or 0xB19D9A) is known color: Dusty Grey. HEX triplet: B1, 9D and 9A. RGB value is (177,157,154). Sum of RGB (Red+Green+Blue) = 177+157+154=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19D9A is #4E6265. Grayscale: #A2A2A2. Windows color (decimal): -5136998 or 10132913. OLE color: 10132913.

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

Color convert

RGB 177 157 154 -
CMYK 0 0.11 0.13 0.31
HSL 7.83º 0.13% 0.65% -
HSV(B) 7.83º 0.13% 0.69% -
XYZ 36.02 35.79 35.58 -
YUV 162.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 177 157 154 0 0.11 0.13 0.31 7.83 0.13 0.65
Hex B1 9D 9A 0 B D 1F 8 D 41
Octal 261 235 232 0 13 15 37 10 15 101
Binary 10110001 10011101 10011010 0 1011 1101 11111 1000 1101 1000001

Color Harmonies of #B19D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19D9A

Black with #B19D9A

Text Example


Text Example

White with #B19D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19D9A; }

 p { color: rgb(177,157,154); }

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

background-color css

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

 a { background-color: rgb(177,157,154); }

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

border-color css

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

 span { border-color: rgb(177,157,154); }

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