Shades of Dusty Grey #B19A98
Tints of Dusty Grey #B19A98
RGB
CMYK
RGB Variations
Color information
#B19A98 (or 0xB19A98) is known color: Dusty Grey. HEX triplet: B1, 9A and 98. RGB value is (177,154,152). Sum of RGB (Red+Green+Blue) = 177+154+152=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A98 is #4E6567. Grayscale: #A0A0A0. Windows color (decimal): -5137768 or 10001073. OLE color: 10001073.
HSL color Cylindrical-coordinate representation of color #B19A98: hue angle of 4.8º degrees, saturation: 0.14, 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 #B19A98 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 152 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.31 |
| HSL | 4.8º | 0.14% | 0.65% | - |
| HSV(B) | 4.8º | 0.14% | 0.69% | - |
| XYZ | 35.35 | 34.73 | 34.55 | - |
| YUV | 160.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 152 | 0 | 0.13 | 0.14 | 0.31 | 4.8 | 0.14 | 0.65 |
| Hex | B1 | 9A | 98 | 0 | D | E | 1F | 5 | E | 41 |
| Octal | 261 | 232 | 230 | 0 | 15 | 16 | 37 | 5 | 16 | 101 |
| Binary | 10110001 | 10011010 | 10011000 | 0 | 1101 | 1110 | 11111 | 101 | 1110 | 1000001 |
Color Harmonies of #B19A98
Complementary color
Monochromatic Colors of #B19A98
Black with #B19A98
Text Example
Text Example
White with #B19A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A98; }
p { color: rgb(177,154,152); }
H1.HeaderClassName
{
color: #B19A98;
}
.AnyTagClassName
{
color: #B19A98;
}
</style>
background-color css
<style>
a { background-color: #B19A98; }
a { background-color: rgb(177,154,152); }
div.DivClassName
{
background-color: #B19A98;
}
.BgClassName
{
background-color: #B19A98;
}
</style>
border-color css
<style>
span { border-color: #B19A98; }
span { border-color: rgb(177,154,152); }
td.TdClassName
{
border-color: #B19A98;
}
.TagClassName
{
border-color: #B19A98;
}
</style>