Shades of Del Rio #B99487
Tints of Del Rio #B99487
RGB
CMYK
RGB Variations
Color information
#B99487 (or 0xB99487) is known color: Del Rio. HEX triplet: B9, 94 and 87. RGB value is (185,148,135). Sum of RGB (Red+Green+Blue) = 185+148+135=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B99487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99487 is #466B78. Grayscale: #9D9D9D. Windows color (decimal): -4615033 or 8885433. OLE color: 8885433.
HSL color Cylindrical-coordinate representation of color #B99487: hue angle of 15.6º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B99487 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 148 | 135 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.27 |
| HSL | 15.6º | 0.26% | 0.63% | - |
| HSV(B) | 15.6º | 0.27% | 0.73% | - |
| XYZ | 34.97 | 33.24 | 27.5 | - |
| YUV | 157.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 148 | 135 | 0 | 0.20 | 0.27 | 0.27 | 15.6 | 0.26 | 0.63 |
| Hex | B9 | 94 | 87 | 0 | 14 | 1B | 1B | 10 | 1A | 3F |
| Octal | 271 | 224 | 207 | 0 | 24 | 33 | 33 | 20 | 32 | 77 |
| Binary | 10111001 | 10010100 | 10000111 | 0 | 10100 | 11011 | 11011 | 10000 | 11010 | 111111 |
Color Harmonies of #B99487
Complementary color
Monochromatic Colors of #B99487
Black with #B99487
Text Example
Text Example
White with #B99487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99487; }
p { color: rgb(185,148,135); }
H1.HeaderClassName
{
color: #B99487;
}
.AnyTagClassName
{
color: #B99487;
}
</style>
background-color css
<style>
a { background-color: #B99487; }
a { background-color: rgb(185,148,135); }
div.DivClassName
{
background-color: #B99487;
}
.BgClassName
{
background-color: #B99487;
}
</style>
border-color css
<style>
span { border-color: #B99487; }
span { border-color: rgb(185,148,135); }
td.TdClassName
{
border-color: #B99487;
}
.TagClassName
{
border-color: #B99487;
}
</style>