Shades of Del Rio #B19F92
Tints of Del Rio #B19F92
RGB
CMYK
RGB Variations
Color information
#B19F92 (or 0xB19F92) is known color: Del Rio. HEX triplet: B1, 9F and 92. RGB value is (177,159,146). Sum of RGB (Red+Green+Blue) = 177+159+146=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F92 is #4E606D. Grayscale: #A2A2A2. Windows color (decimal): -5136494 or 9609137. OLE color: 9609137.
HSL color Cylindrical-coordinate representation of color #B19F92: hue angle of 25.16º 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 #B19F92 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 146 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.31 |
| HSL | 25.16º | 0.17% | 0.63% | - |
| HSV(B) | 25.16º | 0.18% | 0.69% | - |
| XYZ | 35.72 | 36.22 | 32.3 | - |
| YUV | 162.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 146 | 0 | 0.10 | 0.18 | 0.31 | 25.16 | 0.17 | 0.63 |
| Hex | B1 | 9F | 92 | 0 | A | 12 | 1F | 19 | 11 | 3F |
| Octal | 261 | 237 | 222 | 0 | 12 | 22 | 37 | 31 | 21 | 77 |
| Binary | 10110001 | 10011111 | 10010010 | 0 | 1010 | 10010 | 11111 | 11001 | 10001 | 111111 |
Color Harmonies of #B19F92
Complementary color
Monochromatic Colors of #B19F92
Black with #B19F92
Text Example
Text Example
White with #B19F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F92; }
p { color: rgb(177,159,146); }
H1.HeaderClassName
{
color: #B19F92;
}
.AnyTagClassName
{
color: #B19F92;
}
</style>
background-color css
<style>
a { background-color: #B19F92; }
a { background-color: rgb(177,159,146); }
div.DivClassName
{
background-color: #B19F92;
}
.BgClassName
{
background-color: #B19F92;
}
</style>
border-color css
<style>
span { border-color: #B19F92; }
span { border-color: rgb(177,159,146); }
td.TdClassName
{
border-color: #B19F92;
}
.TagClassName
{
border-color: #B19F92;
}
</style>