Shades of Del Rio #B1A097
Tints of Del Rio #B1A097
RGB
CMYK
RGB Variations
Color information
#B1A097 (or 0xB1A097) is known color: Del Rio. HEX triplet: B1, A0 and 97. RGB value is (177,160,151). Sum of RGB (Red+Green+Blue) = 177+160+151=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A097 is #4E5F68. Grayscale: #A4A4A4. Windows color (decimal): -5136233 or 9937073. OLE color: 9937073.
HSL color Cylindrical-coordinate representation of color #B1A097: hue angle of 20.77º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1A097 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 151 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.31 |
| HSL | 20.77º | 0.14% | 0.64% | - |
| HSV(B) | 20.77º | 0.15% | 0.69% | - |
| XYZ | 36.29 | 36.72 | 34.45 | - |
| YUV | 164.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 151 | 0 | 0.10 | 0.15 | 0.31 | 20.77 | 0.14 | 0.64 |
| Hex | B1 | A0 | 97 | 0 | A | F | 1F | 15 | E | 40 |
| Octal | 261 | 240 | 227 | 0 | 12 | 17 | 37 | 25 | 16 | 100 |
| Binary | 10110001 | 10100000 | 10010111 | 0 | 1010 | 1111 | 11111 | 10101 | 1110 | 1000000 |
Color Harmonies of #B1A097
Complementary color
Monochromatic Colors of #B1A097
Black with #B1A097
Text Example
Text Example
White with #B1A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A097; }
p { color: rgb(177,160,151); }
H1.HeaderClassName
{
color: #B1A097;
}
.AnyTagClassName
{
color: #B1A097;
}
</style>
background-color css
<style>
a { background-color: #B1A097; }
a { background-color: rgb(177,160,151); }
div.DivClassName
{
background-color: #B1A097;
}
.BgClassName
{
background-color: #B1A097;
}
</style>
border-color css
<style>
span { border-color: #B1A097; }
span { border-color: rgb(177,160,151); }
td.TdClassName
{
border-color: #B1A097;
}
.TagClassName
{
border-color: #B1A097;
}
</style>