Shades of Del Rio #B99485
Tints of Del Rio #B99485
RGB
CMYK
RGB Variations
Color information
#B99485 (or 0xB99485) is known color: Del Rio. HEX triplet: B9, 94 and 85. RGB value is (185,148,133). Sum of RGB (Red+Green+Blue) = 185+148+133=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B99485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99485 is #466B7A. Grayscale: #9D9D9D. Windows color (decimal): -4615035 or 8754361. OLE color: 8754361.
HSL color Cylindrical-coordinate representation of color #B99485: hue angle of 17.31º 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 #B99485 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 148 | 133 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.27 |
| HSL | 17.31º | 0.27% | 0.62% | - |
| HSV(B) | 17.31º | 0.28% | 0.73% | - |
| XYZ | 34.83 | 33.19 | 26.76 | - |
| YUV | 157.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 148 | 133 | 0 | 0.20 | 0.28 | 0.27 | 17.31 | 0.27 | 0.62 |
| Hex | B9 | 94 | 85 | 0 | 14 | 1C | 1B | 11 | 1B | 3E |
| Octal | 271 | 224 | 205 | 0 | 24 | 34 | 33 | 21 | 33 | 76 |
| Binary | 10111001 | 10010100 | 10000101 | 0 | 10100 | 11100 | 11011 | 10001 | 11011 | 111110 |
Color Harmonies of #B99485
Complementary color
Monochromatic Colors of #B99485
Black with #B99485
Text Example
Text Example
White with #B99485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99485; }
p { color: rgb(185,148,133); }
H1.HeaderClassName
{
color: #B99485;
}
.AnyTagClassName
{
color: #B99485;
}
</style>
background-color css
<style>
a { background-color: #B99485; }
a { background-color: rgb(185,148,133); }
div.DivClassName
{
background-color: #B99485;
}
.BgClassName
{
background-color: #B99485;
}
</style>
border-color css
<style>
span { border-color: #B99485; }
span { border-color: rgb(185,148,133); }
td.TdClassName
{
border-color: #B99485;
}
.TagClassName
{
border-color: #B99485;
}
</style>