Shades of Del Rio #B09185
Tints of Del Rio #B09185
RGB
CMYK
RGB Variations
Color information
#B09185 (or 0xB09185) is known color: Del Rio. HEX triplet: B0, 91 and 85. RGB value is (176,145,133). Sum of RGB (Red+Green+Blue) = 176+145+133=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B09185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09185 is #4F6E7A. Grayscale: #989898. Windows color (decimal): -5205627 or 8753584. OLE color: 8753584.
HSL color Cylindrical-coordinate representation of color #B09185: hue angle of 16.74º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B09185 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 145 | 133 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.31 |
| HSL | 16.74º | 0.21% | 0.61% | - |
| HSV(B) | 16.74º | 0.24% | 0.69% | - |
| XYZ | 32.26 | 31.17 | 26.51 | - |
| YUV | 152.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 145 | 133 | 0 | 0.18 | 0.24 | 0.31 | 16.74 | 0.21 | 0.61 |
| Hex | B0 | 91 | 85 | 0 | 12 | 18 | 1F | 11 | 15 | 3D |
| Octal | 260 | 221 | 205 | 0 | 22 | 30 | 37 | 21 | 25 | 75 |
| Binary | 10110000 | 10010001 | 10000101 | 0 | 10010 | 11000 | 11111 | 10001 | 10101 | 111101 |
Color Harmonies of #B09185
Complementary color
Monochromatic Colors of #B09185
Black with #B09185
Text Example
Text Example
White with #B09185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09185; }
p { color: rgb(176,145,133); }
H1.HeaderClassName
{
color: #B09185;
}
.AnyTagClassName
{
color: #B09185;
}
</style>
background-color css
<style>
a { background-color: #B09185; }
a { background-color: rgb(176,145,133); }
div.DivClassName
{
background-color: #B09185;
}
.BgClassName
{
background-color: #B09185;
}
</style>
border-color css
<style>
span { border-color: #B09185; }
span { border-color: rgb(176,145,133); }
td.TdClassName
{
border-color: #B09185;
}
.TagClassName
{
border-color: #B09185;
}
</style>