Shades of Del Rio #B1A299
Tints of Del Rio #B1A299
RGB
CMYK
RGB Variations
Color information
#B1A299 (or 0xB1A299) is known color: Del Rio. HEX triplet: B1, A2 and 99. RGB value is (177,162,153). Sum of RGB (Red+Green+Blue) = 177+162+153=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 162 (63.67% from 255 or 32.93% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A299 is #4E5D66. Grayscale: #A5A5A5. Windows color (decimal): -5135719 or 10068657. OLE color: 10068657.
HSL color Cylindrical-coordinate representation of color #B1A299: hue angle of 22.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1A299 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 153 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.31 |
| HSL | 22.5º | 0.13% | 0.65% | - |
| HSV(B) | 22.5º | 0.14% | 0.69% | - |
| XYZ | 36.8 | 37.49 | 35.43 | - |
| YUV | 165.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 153 | 0 | 0.08 | 0.14 | 0.31 | 22.5 | 0.13 | 0.65 |
| Hex | B1 | A2 | 99 | 0 | 8 | E | 1F | 16 | D | 41 |
| Octal | 261 | 242 | 231 | 0 | 10 | 16 | 37 | 26 | 15 | 101 |
| Binary | 10110001 | 10100010 | 10011001 | 0 | 1000 | 1110 | 11111 | 10110 | 1101 | 1000001 |
Color Harmonies of #B1A299
Complementary color
Monochromatic Colors of #B1A299
Black with #B1A299
Text Example
Text Example
White with #B1A299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A299; }
p { color: rgb(177,162,153); }
H1.HeaderClassName
{
color: #B1A299;
}
.AnyTagClassName
{
color: #B1A299;
}
</style>
background-color css
<style>
a { background-color: #B1A299; }
a { background-color: rgb(177,162,153); }
div.DivClassName
{
background-color: #B1A299;
}
.BgClassName
{
background-color: #B1A299;
}
</style>
border-color css
<style>
span { border-color: #B1A299; }
span { border-color: rgb(177,162,153); }
td.TdClassName
{
border-color: #B1A299;
}
.TagClassName
{
border-color: #B1A299;
}
</style>