Shades of Del Rio #B0978D
Tints of Del Rio #B0978D
RGB
CMYK
RGB Variations
Color information
#B0978D (or 0xB0978D) is known color: Del Rio. HEX triplet: B0, 97 and 8D. RGB value is (176,151,141). Sum of RGB (Red+Green+Blue) = 176+151+141=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B0978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0978D is #4F6872. Grayscale: #9D9D9D. Windows color (decimal): -5204083 or 9279408. OLE color: 9279408.
HSL color Cylindrical-coordinate representation of color #B0978D: hue angle of 17.14º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0978D is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 151 | 141 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.31 |
| HSL | 17.14º | 0.18% | 0.62% | - |
| HSV(B) | 17.14º | 0.2% | 0.69% | - |
| XYZ | 33.78 | 33.29 | 29.84 | - |
| YUV | 157.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 151 | 141 | 0 | 0.14 | 0.20 | 0.31 | 17.14 | 0.18 | 0.62 |
| Hex | B0 | 97 | 8D | 0 | E | 14 | 1F | 11 | 12 | 3E |
| Octal | 260 | 227 | 215 | 0 | 16 | 24 | 37 | 21 | 22 | 76 |
| Binary | 10110000 | 10010111 | 10001101 | 0 | 1110 | 10100 | 11111 | 10001 | 10010 | 111110 |
Color Harmonies of #B0978D
Complementary color
Monochromatic Colors of #B0978D
Black with #B0978D
Text Example
Text Example
White with #B0978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0978D; }
p { color: rgb(176,151,141); }
H1.HeaderClassName
{
color: #B0978D;
}
.AnyTagClassName
{
color: #B0978D;
}
</style>
background-color css
<style>
a { background-color: #B0978D; }
a { background-color: rgb(176,151,141); }
div.DivClassName
{
background-color: #B0978D;
}
.BgClassName
{
background-color: #B0978D;
}
</style>
border-color css
<style>
span { border-color: #B0978D; }
span { border-color: rgb(176,151,141); }
td.TdClassName
{
border-color: #B0978D;
}
.TagClassName
{
border-color: #B0978D;
}
</style>