Shades of Del Rio #B09487
Tints of Del Rio #B09487
RGB
CMYK
RGB Variations
Color information
#B09487 (or 0xB09487) is known color: Del Rio. HEX triplet: B0, 94 and 87. RGB value is (176,148,135). Sum of RGB (Red+Green+Blue) = 176+148+135=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B09487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09487 is #4F6B78. Grayscale: #9A9A9A. Windows color (decimal): -5204857 or 8885424. OLE color: 8885424.
HSL color Cylindrical-coordinate representation of color #B09487: hue angle of 19.02º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B09487 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 148 | 135 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.31 |
| HSL | 19.02º | 0.21% | 0.61% | - |
| HSV(B) | 19.02º | 0.23% | 0.69% | - |
| XYZ | 32.87 | 32.16 | 27.4 | - |
| YUV | 154.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 135 | 0 | 0.16 | 0.23 | 0.31 | 19.02 | 0.21 | 0.61 |
| Hex | B0 | 94 | 87 | 0 | 10 | 17 | 1F | 13 | 15 | 3D |
| Octal | 260 | 224 | 207 | 0 | 20 | 27 | 37 | 23 | 25 | 75 |
| Binary | 10110000 | 10010100 | 10000111 | 0 | 10000 | 10111 | 11111 | 10011 | 10101 | 111101 |
Color Harmonies of #B09487
Complementary color
Monochromatic Colors of #B09487
Black with #B09487
Text Example
Text Example
White with #B09487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09487; }
p { color: rgb(176,148,135); }
H1.HeaderClassName
{
color: #B09487;
}
.AnyTagClassName
{
color: #B09487;
}
</style>
background-color css
<style>
a { background-color: #B09487; }
a { background-color: rgb(176,148,135); }
div.DivClassName
{
background-color: #B09487;
}
.BgClassName
{
background-color: #B09487;
}
</style>
border-color css
<style>
span { border-color: #B09487; }
span { border-color: rgb(176,148,135); }
td.TdClassName
{
border-color: #B09487;
}
.TagClassName
{
border-color: #B09487;
}
</style>