Shades of Del Rio #B0988F
Tints of Del Rio #B0988F
RGB
CMYK
RGB Variations
Color information
#B0988F (or 0xB0988F) is known color: Del Rio. HEX triplet: B0, 98 and 8F. RGB value is (176,152,143). Sum of RGB (Red+Green+Blue) = 176+152+143=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B0988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0988F is #4F6770. Grayscale: #9E9E9E. Windows color (decimal): -5203825 or 9410736. OLE color: 9410736.
HSL color Cylindrical-coordinate representation of color #B0988F: hue angle of 16.36º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0988F is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 143 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.31 |
| HSL | 16.36º | 0.17% | 0.63% | - |
| HSV(B) | 16.36º | 0.19% | 0.69% | - |
| XYZ | 34.09 | 33.67 | 30.69 | - |
| YUV | 158.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 143 | 0 | 0.14 | 0.19 | 0.31 | 16.36 | 0.17 | 0.63 |
| Hex | B0 | 98 | 8F | 0 | E | 13 | 1F | 10 | 11 | 3F |
| Octal | 260 | 230 | 217 | 0 | 16 | 23 | 37 | 20 | 21 | 77 |
| Binary | 10110000 | 10011000 | 10001111 | 0 | 1110 | 10011 | 11111 | 10000 | 10001 | 111111 |
Color Harmonies of #B0988F
Complementary color
Monochromatic Colors of #B0988F
Black with #B0988F
Text Example
Text Example
White with #B0988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0988F; }
p { color: rgb(176,152,143); }
H1.HeaderClassName
{
color: #B0988F;
}
.AnyTagClassName
{
color: #B0988F;
}
</style>
background-color css
<style>
a { background-color: #B0988F; }
a { background-color: rgb(176,152,143); }
div.DivClassName
{
background-color: #B0988F;
}
.BgClassName
{
background-color: #B0988F;
}
</style>
border-color css
<style>
span { border-color: #B0988F; }
span { border-color: rgb(176,152,143); }
td.TdClassName
{
border-color: #B0988F;
}
.TagClassName
{
border-color: #B0988F;
}
</style>