Shades of Del Rio #B09E91
Tints of Del Rio #B09E91
RGB
CMYK
RGB Variations
Color information
#B09E91 (or 0xB09E91) is known color: Del Rio. HEX triplet: B0, 9E and 91. RGB value is (176,158,145). Sum of RGB (Red+Green+Blue) = 176+158+145=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09E91 is #4F616E. Grayscale: #A1A1A1. Windows color (decimal): -5202287 or 9543344. OLE color: 9543344.
HSL color Cylindrical-coordinate representation of color #B09E91: hue angle of 25.16º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B09E91 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 158 | 145 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.31 |
| HSL | 25.16º | 0.16% | 0.63% | - |
| HSV(B) | 25.16º | 0.18% | 0.69% | - |
| XYZ | 35.24 | 35.73 | 31.83 | - |
| YUV | 161.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 145 | 0 | 0.10 | 0.18 | 0.31 | 25.16 | 0.16 | 0.63 |
| Hex | B0 | 9E | 91 | 0 | A | 12 | 1F | 19 | 10 | 3F |
| Octal | 260 | 236 | 221 | 0 | 12 | 22 | 37 | 31 | 20 | 77 |
| Binary | 10110000 | 10011110 | 10010001 | 0 | 1010 | 10010 | 11111 | 11001 | 10000 | 111111 |
Color Harmonies of #B09E91
Complementary color
Monochromatic Colors of #B09E91
Black with #B09E91
Text Example
Text Example
White with #B09E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09E91; }
p { color: rgb(176,158,145); }
H1.HeaderClassName
{
color: #B09E91;
}
.AnyTagClassName
{
color: #B09E91;
}
</style>
background-color css
<style>
a { background-color: #B09E91; }
a { background-color: rgb(176,158,145); }
div.DivClassName
{
background-color: #B09E91;
}
.BgClassName
{
background-color: #B09E91;
}
</style>
border-color css
<style>
span { border-color: #B09E91; }
span { border-color: rgb(176,158,145); }
td.TdClassName
{
border-color: #B09E91;
}
.TagClassName
{
border-color: #B09E91;
}
</style>