Shades of Del Rio #B7998B
Tints of Del Rio #B7998B
RGB
CMYK
RGB Variations
Color information
#B7998B (or 0xB7998B) is known color: Del Rio. HEX triplet: B7, 99 and 8B. RGB value is (183,153,139). Sum of RGB (Red+Green+Blue) = 183+153+139=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B7998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7998B is #486674. Grayscale: #A0A0A0. Windows color (decimal): -4744821 or 9148855. OLE color: 9148855.
HSL color Cylindrical-coordinate representation of color #B7998B: hue angle of 19.09º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7998B is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 153 | 139 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.28 |
| HSL | 19.09º | 0.23% | 0.63% | - |
| HSV(B) | 19.09º | 0.24% | 0.72% | - |
| XYZ | 35.58 | 34.71 | 29.25 | - |
| YUV | 160.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 139 | 0 | 0.16 | 0.24 | 0.28 | 19.09 | 0.23 | 0.63 |
| Hex | B7 | 99 | 8B | 0 | 10 | 18 | 1C | 13 | 17 | 3F |
| Octal | 267 | 231 | 213 | 0 | 20 | 30 | 34 | 23 | 27 | 77 |
| Binary | 10110111 | 10011001 | 10001011 | 0 | 10000 | 11000 | 11100 | 10011 | 10111 | 111111 |
Color Harmonies of #B7998B
Complementary color
Monochromatic Colors of #B7998B
Black with #B7998B
Text Example
Text Example
White with #B7998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7998B; }
p { color: rgb(183,153,139); }
H1.HeaderClassName
{
color: #B7998B;
}
.AnyTagClassName
{
color: #B7998B;
}
</style>
background-color css
<style>
a { background-color: #B7998B; }
a { background-color: rgb(183,153,139); }
div.DivClassName
{
background-color: #B7998B;
}
.BgClassName
{
background-color: #B7998B;
}
</style>
border-color css
<style>
span { border-color: #B7998B; }
span { border-color: rgb(183,153,139); }
td.TdClassName
{
border-color: #B7998B;
}
.TagClassName
{
border-color: #B7998B;
}
</style>