Shades of Del Rio #B19992
Tints of Del Rio #B19992
RGB
CMYK
RGB Variations
Color information
#B19992 (or 0xB19992) is known color: Del Rio. HEX triplet: B1, 99 and 92. RGB value is (177,153,146). Sum of RGB (Red+Green+Blue) = 177+153+146=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B19992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19992 is #4E666D. Grayscale: #9F9F9F. Windows color (decimal): -5138030 or 9607601. OLE color: 9607601.
HSL color Cylindrical-coordinate representation of color #B19992: hue angle of 13.55º 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 #B19992 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 146 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.31 |
| HSL | 13.55º | 0.17% | 0.63% | - |
| HSV(B) | 13.55º | 0.18% | 0.69% | - |
| XYZ | 34.71 | 34.2 | 31.97 | - |
| YUV | 159.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 146 | 0 | 0.14 | 0.18 | 0.31 | 13.55 | 0.17 | 0.63 |
| Hex | B1 | 99 | 92 | 0 | E | 12 | 1F | E | 11 | 3F |
| Octal | 261 | 231 | 222 | 0 | 16 | 22 | 37 | 16 | 21 | 77 |
| Binary | 10110001 | 10011001 | 10010010 | 0 | 1110 | 10010 | 11111 | 1110 | 10001 | 111111 |
Color Harmonies of #B19992
Complementary color
Monochromatic Colors of #B19992
Black with #B19992
Text Example
Text Example
White with #B19992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19992; }
p { color: rgb(177,153,146); }
H1.HeaderClassName
{
color: #B19992;
}
.AnyTagClassName
{
color: #B19992;
}
</style>
background-color css
<style>
a { background-color: #B19992; }
a { background-color: rgb(177,153,146); }
div.DivClassName
{
background-color: #B19992;
}
.BgClassName
{
background-color: #B19992;
}
</style>
border-color css
<style>
span { border-color: #B19992; }
span { border-color: rgb(177,153,146); }
td.TdClassName
{
border-color: #B19992;
}
.TagClassName
{
border-color: #B19992;
}
</style>