Shades of Del Rio #B1A090
Tints of Del Rio #B1A090
RGB
CMYK
RGB Variations
Color information
#B1A090 (or 0xB1A090) is known color: Del Rio. HEX triplet: B1, A0 and 90. RGB value is (177,160,144). Sum of RGB (Red+Green+Blue) = 177+160+144=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A090 is #4E5F6F. Grayscale: #A3A3A3. Windows color (decimal): -5136240 or 9478321. OLE color: 9478321.
HSL color Cylindrical-coordinate representation of color #B1A090: hue angle of 29.09º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1A090 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 144 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.31 |
| HSL | 29.09º | 0.17% | 0.63% | - |
| HSV(B) | 29.09º | 0.19% | 0.69% | - |
| XYZ | 35.74 | 36.5 | 31.55 | - |
| YUV | 163.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 144 | 0 | 0.10 | 0.19 | 0.31 | 29.09 | 0.17 | 0.63 |
| Hex | B1 | A0 | 90 | 0 | A | 13 | 1F | 1D | 11 | 3F |
| Octal | 261 | 240 | 220 | 0 | 12 | 23 | 37 | 35 | 21 | 77 |
| Binary | 10110001 | 10100000 | 10010000 | 0 | 1010 | 10011 | 11111 | 11101 | 10001 | 111111 |
Color Harmonies of #B1A090
Complementary color
Monochromatic Colors of #B1A090
Black with #B1A090
Text Example
Text Example
White with #B1A090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A090; }
p { color: rgb(177,160,144); }
H1.HeaderClassName
{
color: #B1A090;
}
.AnyTagClassName
{
color: #B1A090;
}
</style>
background-color css
<style>
a { background-color: #B1A090; }
a { background-color: rgb(177,160,144); }
div.DivClassName
{
background-color: #B1A090;
}
.BgClassName
{
background-color: #B1A090;
}
</style>
border-color css
<style>
span { border-color: #B1A090; }
span { border-color: rgb(177,160,144); }
td.TdClassName
{
border-color: #B1A090;
}
.TagClassName
{
border-color: #B1A090;
}
</style>