Shades of Del Rio #B7988B
Tints of Del Rio #B7988B
RGB
CMYK
RGB Variations
Color information
#B7988B (or 0xB7988B) is known color: Del Rio. HEX triplet: B7, 98 and 8B. RGB value is (183,152,139). Sum of RGB (Red+Green+Blue) = 183+152+139=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B7988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7988B is #486774. Grayscale: #9F9F9F. Windows color (decimal): -4745077 or 9148599. OLE color: 9148599.
HSL color Cylindrical-coordinate representation of color #B7988B: hue angle of 17.73º 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 #B7988B is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 152 | 139 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.28 |
| HSL | 17.73º | 0.23% | 0.63% | - |
| HSV(B) | 17.73º | 0.24% | 0.72% | - |
| XYZ | 35.42 | 34.39 | 29.2 | - |
| YUV | 159.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 139 | 0 | 0.17 | 0.24 | 0.28 | 17.73 | 0.23 | 0.63 |
| Hex | B7 | 98 | 8B | 0 | 11 | 18 | 1C | 12 | 17 | 3F |
| Octal | 267 | 230 | 213 | 0 | 21 | 30 | 34 | 22 | 27 | 77 |
| Binary | 10110111 | 10011000 | 10001011 | 0 | 10001 | 11000 | 11100 | 10010 | 10111 | 111111 |
Color Harmonies of #B7988B
Complementary color
Monochromatic Colors of #B7988B
Black with #B7988B
Text Example
Text Example
White with #B7988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7988B; }
p { color: rgb(183,152,139); }
H1.HeaderClassName
{
color: #B7988B;
}
.AnyTagClassName
{
color: #B7988B;
}
</style>
background-color css
<style>
a { background-color: #B7988B; }
a { background-color: rgb(183,152,139); }
div.DivClassName
{
background-color: #B7988B;
}
.BgClassName
{
background-color: #B7988B;
}
</style>
border-color css
<style>
span { border-color: #B7988B; }
span { border-color: rgb(183,152,139); }
td.TdClassName
{
border-color: #B7988B;
}
.TagClassName
{
border-color: #B7988B;
}
</style>