Shades of Del Rio #B7998E
Tints of Del Rio #B7998E
RGB
CMYK
RGB Variations
Color information
#B7998E (or 0xB7998E) is known color: Del Rio. HEX triplet: B7, 99 and 8E. RGB value is (183,153,142). Sum of RGB (Red+Green+Blue) = 183+153+142=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B7998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7998E is #486671. Grayscale: #A0A0A0. Windows color (decimal): -4744818 or 9345463. OLE color: 9345463.
HSL color Cylindrical-coordinate representation of color #B7998E: hue angle of 16.1º 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 #B7998E is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 153 | 142 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.28 |
| HSL | 16.1º | 0.22% | 0.64% | - |
| HSV(B) | 16.1º | 0.22% | 0.72% | - |
| XYZ | 35.8 | 34.8 | 30.42 | - |
| YUV | 160.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 142 | 0 | 0.16 | 0.22 | 0.28 | 16.1 | 0.22 | 0.64 |
| Hex | B7 | 99 | 8E | 0 | 10 | 16 | 1C | 10 | 16 | 40 |
| Octal | 267 | 231 | 216 | 0 | 20 | 26 | 34 | 20 | 26 | 100 |
| Binary | 10110111 | 10011001 | 10001110 | 0 | 10000 | 10110 | 11100 | 10000 | 10110 | 1000000 |
Color Harmonies of #B7998E
Complementary color
Monochromatic Colors of #B7998E
Black with #B7998E
Text Example
Text Example
White with #B7998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7998E; }
p { color: rgb(183,153,142); }
H1.HeaderClassName
{
color: #B7998E;
}
.AnyTagClassName
{
color: #B7998E;
}
</style>
background-color css
<style>
a { background-color: #B7998E; }
a { background-color: rgb(183,153,142); }
div.DivClassName
{
background-color: #B7998E;
}
.BgClassName
{
background-color: #B7998E;
}
</style>
border-color css
<style>
span { border-color: #B7998E; }
span { border-color: rgb(183,153,142); }
td.TdClassName
{
border-color: #B7998E;
}
.TagClassName
{
border-color: #B7998E;
}
</style>