Shades of Del Rio #B7A190
Tints of Del Rio #B7A190
RGB
CMYK
RGB Variations
Color information
#B7A190 (or 0xB7A190) is known color: Del Rio. HEX triplet: B7, A1 and 90. RGB value is (183,161,144). Sum of RGB (Red+Green+Blue) = 183+161+144=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A190 is #485E6F. Grayscale: #A5A5A5. Windows color (decimal): -4742768 or 9478583. OLE color: 9478583.
HSL color Cylindrical-coordinate representation of color #B7A190: hue angle of 26.15º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7A190 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 144 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.28 |
| HSL | 26.15º | 0.21% | 0.64% | - |
| HSV(B) | 26.15º | 0.21% | 0.72% | - |
| XYZ | 37.31 | 37.57 | 31.67 | - |
| YUV | 165.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 144 | 0 | 0.12 | 0.21 | 0.28 | 26.15 | 0.21 | 0.64 |
| Hex | B7 | A1 | 90 | 0 | C | 15 | 1C | 1A | 15 | 40 |
| Octal | 267 | 241 | 220 | 0 | 14 | 25 | 34 | 32 | 25 | 100 |
| Binary | 10110111 | 10100001 | 10010000 | 0 | 1100 | 10101 | 11100 | 11010 | 10101 | 1000000 |
Color Harmonies of #B7A190
Complementary color
Monochromatic Colors of #B7A190
Black with #B7A190
Text Example
Text Example
White with #B7A190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A190; }
p { color: rgb(183,161,144); }
H1.HeaderClassName
{
color: #B7A190;
}
.AnyTagClassName
{
color: #B7A190;
}
</style>
background-color css
<style>
a { background-color: #B7A190; }
a { background-color: rgb(183,161,144); }
div.DivClassName
{
background-color: #B7A190;
}
.BgClassName
{
background-color: #B7A190;
}
</style>
border-color css
<style>
span { border-color: #B7A190; }
span { border-color: rgb(183,161,144); }
td.TdClassName
{
border-color: #B7A190;
}
.TagClassName
{
border-color: #B7A190;
}
</style>