Shades of Del Rio #B09D94
Tints of Del Rio #B09D94
RGB
CMYK
RGB Variations
Color information
#B09D94 (or 0xB09D94) is known color: Del Rio. HEX triplet: B0, 9D and 94. RGB value is (176,157,148). Sum of RGB (Red+Green+Blue) = 176+157+148=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09D94 is #4F626B. Grayscale: #A1A1A1. Windows color (decimal): -5202540 or 9739696. OLE color: 9739696.
HSL color Cylindrical-coordinate representation of color #B09D94: hue angle of 19.29º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B09D94 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 148 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.31 |
| HSL | 19.29º | 0.15% | 0.64% | - |
| HSV(B) | 19.29º | 0.16% | 0.69% | - |
| XYZ | 35.31 | 35.48 | 33 | - |
| YUV | 161.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 148 | 0 | 0.11 | 0.16 | 0.31 | 19.29 | 0.15 | 0.64 |
| Hex | B0 | 9D | 94 | 0 | B | 10 | 1F | 13 | F | 40 |
| Octal | 260 | 235 | 224 | 0 | 13 | 20 | 37 | 23 | 17 | 100 |
| Binary | 10110000 | 10011101 | 10010100 | 0 | 1011 | 10000 | 11111 | 10011 | 1111 | 1000000 |
Color Harmonies of #B09D94
Complementary color
Monochromatic Colors of #B09D94
Black with #B09D94
Text Example
Text Example
White with #B09D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09D94; }
p { color: rgb(176,157,148); }
H1.HeaderClassName
{
color: #B09D94;
}
.AnyTagClassName
{
color: #B09D94;
}
</style>
background-color css
<style>
a { background-color: #B09D94; }
a { background-color: rgb(176,157,148); }
div.DivClassName
{
background-color: #B09D94;
}
.BgClassName
{
background-color: #B09D94;
}
</style>
border-color css
<style>
span { border-color: #B09D94; }
span { border-color: rgb(176,157,148); }
td.TdClassName
{
border-color: #B09D94;
}
.TagClassName
{
border-color: #B09D94;
}
</style>