Html Css Color HEX #B19A99 Dusty Grey

📋 copy color: '#B19A99'

red 177 ◦ green 154 ◦ blue 153

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

Shades of Dusty Grey #B19A99

Tints of Dusty Grey #B19A99

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.82%

 BLUE value IS 153 (60.16% from 255) = 31.61%

R = 36.57%
G = 31.82%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B19A99 (or 0xB19A99) is known color: Dusty Grey. HEX triplet: B1, 9A and 99. RGB value is (177,154,153). Sum of RGB (Red+Green+Blue) = 177+154+153=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A99 is #4E6566. Grayscale: #A0A0A0. Windows color (decimal): -5137767 or 10066609. OLE color: 10066609.

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

Color convert

RGB 177 154 153 -
CMYK 0 0.13 0.14 0.31
HSL 2.5º 0.13% 0.65% -
HSV(B) 2.5º 0.14% 0.69% -
XYZ 35.44 34.76 34.98 -
YUV 160.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 177 154 153 0 0.13 0.14 0.31 2.5 0.13 0.65
Hex B1 9A 99 0 D E 1F 2 D 41
Octal 261 232 231 0 15 16 37 2 15 101
Binary 10110001 10011010 10011001 0 1101 1110 11111 10 1101 1000001

Color Harmonies of #B19A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A99

Black with #B19A99

Text Example


Text Example

White with #B19A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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