Shades of Del Rio #B0998A
Tints of Del Rio #B0998A
RGB
CMYK
RGB Variations
Color information
#B0998A (or 0xB0998A) is known color: Del Rio. HEX triplet: B0, 99 and 8A. RGB value is (176,153,138). Sum of RGB (Red+Green+Blue) = 176+153+138=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B0998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0998A is #4F6675. Grayscale: #9E9E9E. Windows color (decimal): -5203574 or 9083312. OLE color: 9083312.
HSL color Cylindrical-coordinate representation of color #B0998A: hue angle of 23.68º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0998A is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 138 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.31 |
| HSL | 23.68º | 0.19% | 0.62% | - |
| HSV(B) | 23.68º | 0.22% | 0.69% | - |
| XYZ | 33.88 | 33.85 | 28.79 | - |
| YUV | 158.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 138 | 0 | 0.13 | 0.22 | 0.31 | 23.68 | 0.19 | 0.62 |
| Hex | B0 | 99 | 8A | 0 | D | 16 | 1F | 18 | 13 | 3E |
| Octal | 260 | 231 | 212 | 0 | 15 | 26 | 37 | 30 | 23 | 76 |
| Binary | 10110000 | 10011001 | 10001010 | 0 | 1101 | 10110 | 11111 | 11000 | 10011 | 111110 |
Color Harmonies of #B0998A
Complementary color
Monochromatic Colors of #B0998A
Black with #B0998A
Text Example
Text Example
White with #B0998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0998A; }
p { color: rgb(176,153,138); }
H1.HeaderClassName
{
color: #B0998A;
}
.AnyTagClassName
{
color: #B0998A;
}
</style>
background-color css
<style>
a { background-color: #B0998A; }
a { background-color: rgb(176,153,138); }
div.DivClassName
{
background-color: #B0998A;
}
.BgClassName
{
background-color: #B0998A;
}
</style>
border-color css
<style>
span { border-color: #B0998A; }
span { border-color: rgb(176,153,138); }
td.TdClassName
{
border-color: #B0998A;
}
.TagClassName
{
border-color: #B0998A;
}
</style>