Shades of Del Rio #B19E92
Tints of Del Rio #B19E92
RGB
CMYK
RGB Variations
Color information
#B19E92 (or 0xB19E92) is known color: Del Rio. HEX triplet: B1, 9E and 92. RGB value is (177,158,146). Sum of RGB (Red+Green+Blue) = 177+158+146=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19E92 is #4E616D. Grayscale: #A2A2A2. Windows color (decimal): -5136750 or 9608881. OLE color: 9608881.
HSL color Cylindrical-coordinate representation of color #B19E92: hue angle of 23.23º 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 #B19E92 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 158 | 146 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.31 |
| HSL | 23.23º | 0.17% | 0.63% | - |
| HSV(B) | 23.23º | 0.18% | 0.69% | - |
| XYZ | 35.55 | 35.88 | 32.25 | - |
| YUV | 162.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 146 | 0 | 0.11 | 0.18 | 0.31 | 23.23 | 0.17 | 0.63 |
| Hex | B1 | 9E | 92 | 0 | B | 12 | 1F | 17 | 11 | 3F |
| Octal | 261 | 236 | 222 | 0 | 13 | 22 | 37 | 27 | 21 | 77 |
| Binary | 10110001 | 10011110 | 10010010 | 0 | 1011 | 10010 | 11111 | 10111 | 10001 | 111111 |
Color Harmonies of #B19E92
Complementary color
Monochromatic Colors of #B19E92
Black with #B19E92
Text Example
Text Example
White with #B19E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19E92; }
p { color: rgb(177,158,146); }
H1.HeaderClassName
{
color: #B19E92;
}
.AnyTagClassName
{
color: #B19E92;
}
</style>
background-color css
<style>
a { background-color: #B19E92; }
a { background-color: rgb(177,158,146); }
div.DivClassName
{
background-color: #B19E92;
}
.BgClassName
{
background-color: #B19E92;
}
</style>
border-color css
<style>
span { border-color: #B19E92; }
span { border-color: rgb(177,158,146); }
td.TdClassName
{
border-color: #B19E92;
}
.TagClassName
{
border-color: #B19E92;
}
</style>