Shades of Del Rio #B99587
Tints of Del Rio #B99587
RGB
CMYK
RGB Variations
Color information
#B99587 (or 0xB99587) is known color: Del Rio. HEX triplet: B9, 95 and 87. RGB value is (185,149,135). Sum of RGB (Red+Green+Blue) = 185+149+135=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B99587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99587 is #466A78. Grayscale: #9E9E9E. Windows color (decimal): -4614777 or 8885689. OLE color: 8885689.
HSL color Cylindrical-coordinate representation of color #B99587: hue angle of 16.8º 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 #B99587 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 149 | 135 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.27 |
| HSL | 16.8º | 0.26% | 0.63% | - |
| HSV(B) | 16.8º | 0.27% | 0.73% | - |
| XYZ | 35.13 | 33.56 | 27.55 | - |
| YUV | 158.17 | 114.93 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 135 | 0 | 0.19 | 0.27 | 0.27 | 16.8 | 0.26 | 0.63 |
| Hex | B9 | 95 | 87 | 0 | 13 | 1B | 1B | 11 | 1A | 3F |
| Octal | 271 | 225 | 207 | 0 | 23 | 33 | 33 | 21 | 32 | 77 |
| Binary | 10111001 | 10010101 | 10000111 | 0 | 10011 | 11011 | 11011 | 10001 | 11010 | 111111 |
Color Harmonies of #B99587
Complementary color
Monochromatic Colors of #B99587
Black with #B99587
Text Example
Text Example
White with #B99587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99587; }
p { color: rgb(185,149,135); }
H1.HeaderClassName
{
color: #B99587;
}
.AnyTagClassName
{
color: #B99587;
}
</style>
background-color css
<style>
a { background-color: #B99587; }
a { background-color: rgb(185,149,135); }
div.DivClassName
{
background-color: #B99587;
}
.BgClassName
{
background-color: #B99587;
}
</style>
border-color css
<style>
span { border-color: #B99587; }
span { border-color: rgb(185,149,135); }
td.TdClassName
{
border-color: #B99587;
}
.TagClassName
{
border-color: #B99587;
}
</style>