Shades of Del Rio #B99185
Tints of Del Rio #B99185
RGB
CMYK
RGB Variations
Color information
#B99185 (or 0xB99185) is known color: Del Rio. HEX triplet: B9, 91 and 85. RGB value is (185,145,133). Sum of RGB (Red+Green+Blue) = 185+145+133=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B99185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99185 is #466E7A. Grayscale: #9B9B9B. Windows color (decimal): -4615803 or 8753593. OLE color: 8753593.
HSL color Cylindrical-coordinate representation of color #B99185: hue angle of 13.85º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B99185 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 145 | 133 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.27 |
| HSL | 13.85º | 0.27% | 0.62% | - |
| HSV(B) | 13.85º | 0.28% | 0.73% | - |
| XYZ | 34.37 | 32.26 | 26.61 | - |
| YUV | 155.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 133 | 0 | 0.22 | 0.28 | 0.27 | 13.85 | 0.27 | 0.62 |
| Hex | B9 | 91 | 85 | 0 | 16 | 1C | 1B | E | 1B | 3E |
| Octal | 271 | 221 | 205 | 0 | 26 | 34 | 33 | 16 | 33 | 76 |
| Binary | 10111001 | 10010001 | 10000101 | 0 | 10110 | 11100 | 11011 | 1110 | 11011 | 111110 |
Color Harmonies of #B99185
Complementary color
Monochromatic Colors of #B99185
Black with #B99185
Text Example
Text Example
White with #B99185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99185; }
p { color: rgb(185,145,133); }
H1.HeaderClassName
{
color: #B99185;
}
.AnyTagClassName
{
color: #B99185;
}
</style>
background-color css
<style>
a { background-color: #B99185; }
a { background-color: rgb(185,145,133); }
div.DivClassName
{
background-color: #B99185;
}
.BgClassName
{
background-color: #B99185;
}
</style>
border-color css
<style>
span { border-color: #B99185; }
span { border-color: rgb(185,145,133); }
td.TdClassName
{
border-color: #B99185;
}
.TagClassName
{
border-color: #B99185;
}
</style>