Shades of Del Rio #B7978E
Tints of Del Rio #B7978E
RGB
CMYK
RGB Variations
Color information
#B7978E (or 0xB7978E) is known color: Del Rio. HEX triplet: B7, 97 and 8E. RGB value is (183,151,142). Sum of RGB (Red+Green+Blue) = 183+151+142=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 183 - color contains mainly: red. Hex color #B7978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7978E is #486871. Grayscale: #9F9F9F. Windows color (decimal): -4745330 or 9344951. OLE color: 9344951.
HSL color Cylindrical-coordinate representation of color #B7978E: hue angle of 13.17º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7978E is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 151 | 142 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.28 |
| HSL | 13.17º | 0.22% | 0.64% | - |
| HSV(B) | 13.17º | 0.22% | 0.72% | - |
| XYZ | 35.48 | 34.15 | 30.31 | - |
| YUV | 159.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 142 | 0 | 0.17 | 0.22 | 0.28 | 13.17 | 0.22 | 0.64 |
| Hex | B7 | 97 | 8E | 0 | 11 | 16 | 1C | D | 16 | 40 |
| Octal | 267 | 227 | 216 | 0 | 21 | 26 | 34 | 15 | 26 | 100 |
| Binary | 10110111 | 10010111 | 10001110 | 0 | 10001 | 10110 | 11100 | 1101 | 10110 | 1000000 |
Color Harmonies of #B7978E
Complementary color
Monochromatic Colors of #B7978E
Black with #B7978E
Text Example
Text Example
White with #B7978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7978E; }
p { color: rgb(183,151,142); }
H1.HeaderClassName
{
color: #B7978E;
}
.AnyTagClassName
{
color: #B7978E;
}
</style>
background-color css
<style>
a { background-color: #B7978E; }
a { background-color: rgb(183,151,142); }
div.DivClassName
{
background-color: #B7978E;
}
.BgClassName
{
background-color: #B7978E;
}
</style>
border-color css
<style>
span { border-color: #B7978E; }
span { border-color: rgb(183,151,142); }
td.TdClassName
{
border-color: #B7978E;
}
.TagClassName
{
border-color: #B7978E;
}
</style>