Shades of Del Rio #B0988E
Tints of Del Rio #B0988E
RGB
CMYK
RGB Variations
Color information
#B0988E (or 0xB0988E) is known color: Del Rio. HEX triplet: B0, 98 and 8E. RGB value is (176,152,142). Sum of RGB (Red+Green+Blue) = 176+152+142=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0988E is #4F6771. Grayscale: #9E9E9E. Windows color (decimal): -5203826 or 9345200. OLE color: 9345200.
HSL color Cylindrical-coordinate representation of color #B0988E: hue angle of 17.65º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0988E is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 142 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.31 |
| HSL | 17.65º | 0.18% | 0.62% | - |
| HSV(B) | 17.65º | 0.19% | 0.69% | - |
| XYZ | 34.02 | 33.64 | 30.29 | - |
| YUV | 158.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 142 | 0 | 0.14 | 0.19 | 0.31 | 17.65 | 0.18 | 0.62 |
| Hex | B0 | 98 | 8E | 0 | E | 13 | 1F | 12 | 12 | 3E |
| Octal | 260 | 230 | 216 | 0 | 16 | 23 | 37 | 22 | 22 | 76 |
| Binary | 10110000 | 10011000 | 10001110 | 0 | 1110 | 10011 | 11111 | 10010 | 10010 | 111110 |
Color Harmonies of #B0988E
Complementary color
Monochromatic Colors of #B0988E
Black with #B0988E
Text Example
Text Example
White with #B0988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0988E; }
p { color: rgb(176,152,142); }
H1.HeaderClassName
{
color: #B0988E;
}
.AnyTagClassName
{
color: #B0988E;
}
</style>
background-color css
<style>
a { background-color: #B0988E; }
a { background-color: rgb(176,152,142); }
div.DivClassName
{
background-color: #B0988E;
}
.BgClassName
{
background-color: #B0988E;
}
</style>
border-color css
<style>
span { border-color: #B0988E; }
span { border-color: rgb(176,152,142); }
td.TdClassName
{
border-color: #B0988E;
}
.TagClassName
{
border-color: #B0988E;
}
</style>