Shades of Del Rio #B09F99
Tints of Del Rio #B09F99
RGB
CMYK
RGB Variations
Color information
#B09F99 (or 0xB09F99) is known color: Del Rio. HEX triplet: B0, 9F and 99. RGB value is (176,159,153). Sum of RGB (Red+Green+Blue) = 176+159+153=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09F99 is #4F6066. Grayscale: #A3A3A3. Windows color (decimal): -5202023 or 10067888. OLE color: 10067888.
HSL color Cylindrical-coordinate representation of color #B09F99: hue angle of 15.65º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B09F99 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 159 | 153 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.31 |
| HSL | 15.65º | 0.13% | 0.65% | - |
| HSV(B) | 15.65º | 0.13% | 0.69% | - |
| XYZ | 36.05 | 36.33 | 35.25 | - |
| YUV | 163.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 153 | 0 | 0.10 | 0.13 | 0.31 | 15.65 | 0.13 | 0.65 |
| Hex | B0 | 9F | 99 | 0 | A | D | 1F | 10 | D | 41 |
| Octal | 260 | 237 | 231 | 0 | 12 | 15 | 37 | 20 | 15 | 101 |
| Binary | 10110000 | 10011111 | 10011001 | 0 | 1010 | 1101 | 11111 | 10000 | 1101 | 1000001 |
Color Harmonies of #B09F99
Complementary color
Monochromatic Colors of #B09F99
Black with #B09F99
Text Example
Text Example
White with #B09F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09F99; }
p { color: rgb(176,159,153); }
H1.HeaderClassName
{
color: #B09F99;
}
.AnyTagClassName
{
color: #B09F99;
}
</style>
background-color css
<style>
a { background-color: #B09F99; }
a { background-color: rgb(176,159,153); }
div.DivClassName
{
background-color: #B09F99;
}
.BgClassName
{
background-color: #B09F99;
}
</style>
border-color css
<style>
span { border-color: #B09F99; }
span { border-color: rgb(176,159,153); }
td.TdClassName
{
border-color: #B09F99;
}
.TagClassName
{
border-color: #B09F99;
}
</style>