Shades of Del Rio #B8A197
Tints of Del Rio #B8A197
RGB
CMYK
RGB Variations
Color information
#B8A197 (or 0xB8A197) is known color: Del Rio. HEX triplet: B8, A1 and 97. RGB value is (184,161,151). Sum of RGB (Red+Green+Blue) = 184+161+151=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A197 is #475E68. Grayscale: #A6A6A6. Windows color (decimal): -4677225 or 9937336. OLE color: 9937336.
HSL color Cylindrical-coordinate representation of color #B8A197: hue angle of 18.18º 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 #B8A197 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 161 | 151 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.28 |
| HSL | 18.18º | 0.19% | 0.66% | - |
| HSV(B) | 18.18º | 0.18% | 0.72% | - |
| XYZ | 38.1 | 37.91 | 34.59 | - |
| YUV | 166.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 161 | 151 | 0 | 0.12 | 0.18 | 0.28 | 18.18 | 0.19 | 0.66 |
| Hex | B8 | A1 | 97 | 0 | C | 12 | 1C | 12 | 13 | 42 |
| Octal | 270 | 241 | 227 | 0 | 14 | 22 | 34 | 22 | 23 | 102 |
| Binary | 10111000 | 10100001 | 10010111 | 0 | 1100 | 10010 | 11100 | 10010 | 10011 | 1000010 |
Color Harmonies of #B8A197
Complementary color
Monochromatic Colors of #B8A197
Black with #B8A197
Text Example
Text Example
White with #B8A197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A197; }
p { color: rgb(184,161,151); }
H1.HeaderClassName
{
color: #B8A197;
}
.AnyTagClassName
{
color: #B8A197;
}
</style>
background-color css
<style>
a { background-color: #B8A197; }
a { background-color: rgb(184,161,151); }
div.DivClassName
{
background-color: #B8A197;
}
.BgClassName
{
background-color: #B8A197;
}
</style>
border-color css
<style>
span { border-color: #B8A197; }
span { border-color: rgb(184,161,151); }
td.TdClassName
{
border-color: #B8A197;
}
.TagClassName
{
border-color: #B8A197;
}
</style>