Shades of Del Rio #B0988B
Tints of Del Rio #B0988B
RGB
CMYK
RGB Variations
Color information
#B0988B (or 0xB0988B) is known color: Del Rio. HEX triplet: B0, 98 and 8B. RGB value is (176,152,139). Sum of RGB (Red+Green+Blue) = 176+152+139=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B0988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0988B is #4F6774. Grayscale: #9D9D9D. Windows color (decimal): -5203829 or 9148592. OLE color: 9148592.
HSL color Cylindrical-coordinate representation of color #B0988B: hue angle of 21.08º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0988B is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 139 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.31 |
| HSL | 21.08º | 0.19% | 0.62% | - |
| HSV(B) | 21.08º | 0.21% | 0.69% | - |
| XYZ | 33.79 | 33.55 | 29.12 | - |
| YUV | 157.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 139 | 0 | 0.14 | 0.21 | 0.31 | 21.08 | 0.19 | 0.62 |
| Hex | B0 | 98 | 8B | 0 | E | 15 | 1F | 15 | 13 | 3E |
| Octal | 260 | 230 | 213 | 0 | 16 | 25 | 37 | 25 | 23 | 76 |
| Binary | 10110000 | 10011000 | 10001011 | 0 | 1110 | 10101 | 11111 | 10101 | 10011 | 111110 |
Color Harmonies of #B0988B
Complementary color
Monochromatic Colors of #B0988B
Black with #B0988B
Text Example
Text Example
White with #B0988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0988B; }
p { color: rgb(176,152,139); }
H1.HeaderClassName
{
color: #B0988B;
}
.AnyTagClassName
{
color: #B0988B;
}
</style>
background-color css
<style>
a { background-color: #B0988B; }
a { background-color: rgb(176,152,139); }
div.DivClassName
{
background-color: #B0988B;
}
.BgClassName
{
background-color: #B0988B;
}
</style>
border-color css
<style>
span { border-color: #B0988B; }
span { border-color: rgb(176,152,139); }
td.TdClassName
{
border-color: #B0988B;
}
.TagClassName
{
border-color: #B0988B;
}
</style>