Shades of Del Rio #B09B94
Tints of Del Rio #B09B94
RGB
CMYK
RGB Variations
Color information
#B09B94 (or 0xB09B94) is known color: Del Rio. HEX triplet: B0, 9B and 94. RGB value is (176,155,148). Sum of RGB (Red+Green+Blue) = 176+155+148=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09B94 is #4F646B. Grayscale: #A0A0A0. Windows color (decimal): -5203052 or 9739184. OLE color: 9739184.
HSL color Cylindrical-coordinate representation of color #B09B94: hue angle of 15º 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 #B09B94 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 155 | 148 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.31 |
| HSL | 15º | 0.15% | 0.64% | - |
| HSV(B) | 15º | 0.16% | 0.69% | - |
| XYZ | 34.97 | 34.81 | 32.89 | - |
| YUV | 160.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 148 | 0 | 0.12 | 0.16 | 0.31 | 15 | 0.15 | 0.64 |
| Hex | B0 | 9B | 94 | 0 | C | 10 | 1F | F | F | 40 |
| Octal | 260 | 233 | 224 | 0 | 14 | 20 | 37 | 17 | 17 | 100 |
| Binary | 10110000 | 10011011 | 10010100 | 0 | 1100 | 10000 | 11111 | 1111 | 1111 | 1000000 |
Color Harmonies of #B09B94
Complementary color
Monochromatic Colors of #B09B94
Black with #B09B94
Text Example
Text Example
White with #B09B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09B94; }
p { color: rgb(176,155,148); }
H1.HeaderClassName
{
color: #B09B94;
}
.AnyTagClassName
{
color: #B09B94;
}
</style>
background-color css
<style>
a { background-color: #B09B94; }
a { background-color: rgb(176,155,148); }
div.DivClassName
{
background-color: #B09B94;
}
.BgClassName
{
background-color: #B09B94;
}
</style>
border-color css
<style>
span { border-color: #B09B94; }
span { border-color: rgb(176,155,148); }
td.TdClassName
{
border-color: #B09B94;
}
.TagClassName
{
border-color: #B09B94;
}
</style>