Shades of Del Rio #B8A297
Tints of Del Rio #B8A297
RGB
CMYK
RGB Variations
Color information
#B8A297 (or 0xB8A297) is known color: Del Rio. HEX triplet: B8, A2 and 97. RGB value is (184,162,151). Sum of RGB (Red+Green+Blue) = 184+162+151=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A297 is #475D68. Grayscale: #A7A7A7. Windows color (decimal): -4676969 or 9937592. OLE color: 9937592.
HSL color Cylindrical-coordinate representation of color #B8A297: hue angle of 20º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8A297 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 162 | 151 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.28 |
| HSL | 20º | 0.19% | 0.66% | - |
| HSV(B) | 20º | 0.18% | 0.72% | - |
| XYZ | 38.27 | 38.27 | 34.65 | - |
| YUV | 167.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 162 | 151 | 0 | 0.12 | 0.18 | 0.28 | 20 | 0.19 | 0.66 |
| Hex | B8 | A2 | 97 | 0 | C | 12 | 1C | 14 | 13 | 42 |
| Octal | 270 | 242 | 227 | 0 | 14 | 22 | 34 | 24 | 23 | 102 |
| Binary | 10111000 | 10100010 | 10010111 | 0 | 1100 | 10010 | 11100 | 10100 | 10011 | 1000010 |
Color Harmonies of #B8A297
Complementary color
Monochromatic Colors of #B8A297
Black with #B8A297
Text Example
Text Example
White with #B8A297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A297; }
p { color: rgb(184,162,151); }
H1.HeaderClassName
{
color: #B8A297;
}
.AnyTagClassName
{
color: #B8A297;
}
</style>
background-color css
<style>
a { background-color: #B8A297; }
a { background-color: rgb(184,162,151); }
div.DivClassName
{
background-color: #B8A297;
}
.BgClassName
{
background-color: #B8A297;
}
</style>
border-color css
<style>
span { border-color: #B8A297; }
span { border-color: rgb(184,162,151); }
td.TdClassName
{
border-color: #B8A297;
}
.TagClassName
{
border-color: #B8A297;
}
</style>