Shades of Del Rio #B8988E
Tints of Del Rio #B8988E
RGB
CMYK
RGB Variations
Color information
#B8988E (or 0xB8988E) is known color: Del Rio. HEX triplet: B8, 98 and 8E. RGB value is (184,152,142). Sum of RGB (Red+Green+Blue) = 184+152+142=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B8988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8988E is #476771. Grayscale: #A0A0A0. Windows color (decimal): -4679538 or 9345208. OLE color: 9345208.
HSL color Cylindrical-coordinate representation of color #B8988E: hue angle of 14.29º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8988E is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 142 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.28 |
| HSL | 14.29º | 0.23% | 0.64% | - |
| HSV(B) | 14.29º | 0.23% | 0.72% | - |
| XYZ | 35.88 | 34.6 | 30.38 | - |
| YUV | 160.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 142 | 0 | 0.17 | 0.23 | 0.28 | 14.29 | 0.23 | 0.64 |
| Hex | B8 | 98 | 8E | 0 | 11 | 17 | 1C | E | 17 | 40 |
| Octal | 270 | 230 | 216 | 0 | 21 | 27 | 34 | 16 | 27 | 100 |
| Binary | 10111000 | 10011000 | 10001110 | 0 | 10001 | 10111 | 11100 | 1110 | 10111 | 1000000 |
Color Harmonies of #B8988E
Complementary color
Monochromatic Colors of #B8988E
Black with #B8988E
Text Example
Text Example
White with #B8988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8988E; }
p { color: rgb(184,152,142); }
H1.HeaderClassName
{
color: #B8988E;
}
.AnyTagClassName
{
color: #B8988E;
}
</style>
background-color css
<style>
a { background-color: #B8988E; }
a { background-color: rgb(184,152,142); }
div.DivClassName
{
background-color: #B8988E;
}
.BgClassName
{
background-color: #B8988E;
}
</style>
border-color css
<style>
span { border-color: #B8988E; }
span { border-color: rgb(184,152,142); }
td.TdClassName
{
border-color: #B8988E;
}
.TagClassName
{
border-color: #B8988E;
}
</style>