Shades of Del Rio #B99685
Tints of Del Rio #B99685
RGB
CMYK
RGB Variations
Color information
#B99685 (or 0xB99685) is known color: Del Rio. HEX triplet: B9, 96 and 85. RGB value is (185,150,133). Sum of RGB (Red+Green+Blue) = 185+150+133=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B99685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99685 is #46697A. Grayscale: #9E9E9E. Windows color (decimal): -4614523 or 8754873. OLE color: 8754873.
HSL color Cylindrical-coordinate representation of color #B99685: hue angle of 19.62º 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 #B99685 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 150 | 133 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.27 |
| HSL | 19.62º | 0.27% | 0.62% | - |
| HSV(B) | 19.62º | 0.28% | 0.73% | - |
| XYZ | 35.15 | 33.82 | 26.87 | - |
| YUV | 158.53 | 113.6 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 150 | 133 | 0 | 0.19 | 0.28 | 0.27 | 19.62 | 0.27 | 0.62 |
| Hex | B9 | 96 | 85 | 0 | 13 | 1C | 1B | 14 | 1B | 3E |
| Octal | 271 | 226 | 205 | 0 | 23 | 34 | 33 | 24 | 33 | 76 |
| Binary | 10111001 | 10010110 | 10000101 | 0 | 10011 | 11100 | 11011 | 10100 | 11011 | 111110 |
Color Harmonies of #B99685
Complementary color
Monochromatic Colors of #B99685
Black with #B99685
Text Example
Text Example
White with #B99685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99685; }
p { color: rgb(185,150,133); }
H1.HeaderClassName
{
color: #B99685;
}
.AnyTagClassName
{
color: #B99685;
}
</style>
background-color css
<style>
a { background-color: #B99685; }
a { background-color: rgb(185,150,133); }
div.DivClassName
{
background-color: #B99685;
}
.BgClassName
{
background-color: #B99685;
}
</style>
border-color css
<style>
span { border-color: #B99685; }
span { border-color: rgb(185,150,133); }
td.TdClassName
{
border-color: #B99685;
}
.TagClassName
{
border-color: #B99685;
}
</style>