Shades of Del Rio #B0998B
Tints of Del Rio #B0998B
RGB
CMYK
RGB Variations
Color information
#B0998B (or 0xB0998B) is known color: Del Rio. HEX triplet: B0, 99 and 8B. RGB value is (176,153,139). Sum of RGB (Red+Green+Blue) = 176+153+139=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B0998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0998B is #4F6674. Grayscale: #9E9E9E. Windows color (decimal): -5203573 or 9148848. OLE color: 9148848.
HSL color Cylindrical-coordinate representation of color #B0998B: hue angle of 22.7º 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 #B0998B is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 139 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.31 |
| HSL | 22.7º | 0.19% | 0.62% | - |
| HSV(B) | 22.7º | 0.21% | 0.69% | - |
| XYZ | 33.96 | 33.88 | 29.18 | - |
| YUV | 158.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 139 | 0 | 0.13 | 0.21 | 0.31 | 22.7 | 0.19 | 0.62 |
| Hex | B0 | 99 | 8B | 0 | D | 15 | 1F | 17 | 13 | 3E |
| Octal | 260 | 231 | 213 | 0 | 15 | 25 | 37 | 27 | 23 | 76 |
| Binary | 10110000 | 10011001 | 10001011 | 0 | 1101 | 10101 | 11111 | 10111 | 10011 | 111110 |
Color Harmonies of #B0998B
Complementary color
Monochromatic Colors of #B0998B
Black with #B0998B
Text Example
Text Example
White with #B0998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0998B; }
p { color: rgb(176,153,139); }
H1.HeaderClassName
{
color: #B0998B;
}
.AnyTagClassName
{
color: #B0998B;
}
</style>
background-color css
<style>
a { background-color: #B0998B; }
a { background-color: rgb(176,153,139); }
div.DivClassName
{
background-color: #B0998B;
}
.BgClassName
{
background-color: #B0998B;
}
</style>
border-color css
<style>
span { border-color: #B0998B; }
span { border-color: rgb(176,153,139); }
td.TdClassName
{
border-color: #B0998B;
}
.TagClassName
{
border-color: #B0998B;
}
</style>