Shades of Del Rio #B0A299
Tints of Del Rio #B0A299
RGB
CMYK
RGB Variations
Color information
#B0A299 (or 0xB0A299) is known color: Del Rio. HEX triplet: B0, A2 and 99. RGB value is (176,162,153). Sum of RGB (Red+Green+Blue) = 176+162+153=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A299 is #4F5D66. Grayscale: #A5A5A5. Windows color (decimal): -5201255 or 10068656. OLE color: 10068656.
HSL color Cylindrical-coordinate representation of color #B0A299: hue angle of 23.48º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0A299 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 153 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.31 |
| HSL | 23.48º | 0.13% | 0.65% | - |
| HSV(B) | 23.48º | 0.13% | 0.69% | - |
| XYZ | 36.57 | 37.37 | 35.42 | - |
| YUV | 165.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 153 | 0 | 0.08 | 0.13 | 0.31 | 23.48 | 0.13 | 0.65 |
| Hex | B0 | A2 | 99 | 0 | 8 | D | 1F | 17 | D | 41 |
| Octal | 260 | 242 | 231 | 0 | 10 | 15 | 37 | 27 | 15 | 101 |
| Binary | 10110000 | 10100010 | 10011001 | 0 | 1000 | 1101 | 11111 | 10111 | 1101 | 1000001 |
Color Harmonies of #B0A299
Complementary color
Monochromatic Colors of #B0A299
Black with #B0A299
Text Example
Text Example
White with #B0A299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A299; }
p { color: rgb(176,162,153); }
H1.HeaderClassName
{
color: #B0A299;
}
.AnyTagClassName
{
color: #B0A299;
}
</style>
background-color css
<style>
a { background-color: #B0A299; }
a { background-color: rgb(176,162,153); }
div.DivClassName
{
background-color: #B0A299;
}
.BgClassName
{
background-color: #B0A299;
}
</style>
border-color css
<style>
span { border-color: #B0A299; }
span { border-color: rgb(176,162,153); }
td.TdClassName
{
border-color: #B0A299;
}
.TagClassName
{
border-color: #B0A299;
}
</style>