Shades of Del Rio #B19A92
Tints of Del Rio #B19A92
RGB
CMYK
RGB Variations
Color information
#B19A92 (or 0xB19A92) is known color: Del Rio. HEX triplet: B1, 9A and 92. RGB value is (177,154,146). Sum of RGB (Red+Green+Blue) = 177+154+146=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A92 is #4E656D. Grayscale: #A0A0A0. Windows color (decimal): -5137774 or 9607857. OLE color: 9607857.
HSL color Cylindrical-coordinate representation of color #B19A92: hue angle of 15.48º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B19A92 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 146 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.31 |
| HSL | 15.48º | 0.17% | 0.63% | - |
| HSV(B) | 15.48º | 0.18% | 0.69% | - |
| XYZ | 34.88 | 34.53 | 32.02 | - |
| YUV | 159.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 146 | 0 | 0.13 | 0.18 | 0.31 | 15.48 | 0.17 | 0.63 |
| Hex | B1 | 9A | 92 | 0 | D | 12 | 1F | F | 11 | 3F |
| Octal | 261 | 232 | 222 | 0 | 15 | 22 | 37 | 17 | 21 | 77 |
| Binary | 10110001 | 10011010 | 10010010 | 0 | 1101 | 10010 | 11111 | 1111 | 10001 | 111111 |
Color Harmonies of #B19A92
Complementary color
Monochromatic Colors of #B19A92
Black with #B19A92
Text Example
Text Example
White with #B19A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A92; }
p { color: rgb(177,154,146); }
H1.HeaderClassName
{
color: #B19A92;
}
.AnyTagClassName
{
color: #B19A92;
}
</style>
background-color css
<style>
a { background-color: #B19A92; }
a { background-color: rgb(177,154,146); }
div.DivClassName
{
background-color: #B19A92;
}
.BgClassName
{
background-color: #B19A92;
}
</style>
border-color css
<style>
span { border-color: #B19A92; }
span { border-color: rgb(177,154,146); }
td.TdClassName
{
border-color: #B19A92;
}
.TagClassName
{
border-color: #B19A92;
}
</style>