Shades of Del Rio #B7988A
Tints of Del Rio #B7988A
RGB
CMYK
RGB Variations
Color information
#B7988A (or 0xB7988A) is known color: Del Rio. HEX triplet: B7, 98 and 8A. RGB value is (183,152,138). Sum of RGB (Red+Green+Blue) = 183+152+138=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B7988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7988A is #486775. Grayscale: #9F9F9F. Windows color (decimal): -4745078 or 9083063. OLE color: 9083063.
HSL color Cylindrical-coordinate representation of color #B7988A: hue angle of 18.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7988A is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 152 | 138 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.28 |
| HSL | 18.67º | 0.24% | 0.63% | - |
| HSV(B) | 18.67º | 0.25% | 0.72% | - |
| XYZ | 35.34 | 34.36 | 28.81 | - |
| YUV | 159.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 152 | 138 | 0 | 0.17 | 0.25 | 0.28 | 18.67 | 0.24 | 0.63 |
| Hex | B7 | 98 | 8A | 0 | 11 | 19 | 1C | 13 | 18 | 3F |
| Octal | 267 | 230 | 212 | 0 | 21 | 31 | 34 | 23 | 30 | 77 |
| Binary | 10110111 | 10011000 | 10001010 | 0 | 10001 | 11001 | 11100 | 10011 | 11000 | 111111 |
Color Harmonies of #B7988A
Complementary color
Monochromatic Colors of #B7988A
Black with #B7988A
Text Example
Text Example
White with #B7988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7988A; }
p { color: rgb(183,152,138); }
H1.HeaderClassName
{
color: #B7988A;
}
.AnyTagClassName
{
color: #B7988A;
}
</style>
background-color css
<style>
a { background-color: #B7988A; }
a { background-color: rgb(183,152,138); }
div.DivClassName
{
background-color: #B7988A;
}
.BgClassName
{
background-color: #B7988A;
}
</style>
border-color css
<style>
span { border-color: #B7988A; }
span { border-color: rgb(183,152,138); }
td.TdClassName
{
border-color: #B7988A;
}
.TagClassName
{
border-color: #B7988A;
}
</style>