Shades of Del Rio #B6A192
Tints of Del Rio #B6A192
RGB
CMYK
RGB Variations
Color information
#B6A192 (or 0xB6A192) is known color: Del Rio. HEX triplet: B6, A1 and 92. RGB value is (182,161,146). Sum of RGB (Red+Green+Blue) = 182+161+146=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A192 is #495E6D. Grayscale: #A5A5A5. Windows color (decimal): -4808302 or 9609654. OLE color: 9609654.
HSL color Cylindrical-coordinate representation of color #B6A192: hue angle of 25º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B6A192 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 161 | 146 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.29 |
| HSL | 25º | 0.2% | 0.64% | - |
| HSV(B) | 25º | 0.2% | 0.71% | - |
| XYZ | 37.22 | 37.51 | 32.47 | - |
| YUV | 165.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 161 | 146 | 0 | 0.12 | 0.20 | 0.29 | 25 | 0.2 | 0.64 |
| Hex | B6 | A1 | 92 | 0 | C | 14 | 1D | 19 | 14 | 40 |
| Octal | 266 | 241 | 222 | 0 | 14 | 24 | 35 | 31 | 24 | 100 |
| Binary | 10110110 | 10100001 | 10010010 | 0 | 1100 | 10100 | 11101 | 11001 | 10100 | 1000000 |
Color Harmonies of #B6A192
Complementary color
Monochromatic Colors of #B6A192
Black with #B6A192
Text Example
Text Example
White with #B6A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A192; }
p { color: rgb(182,161,146); }
H1.HeaderClassName
{
color: #B6A192;
}
.AnyTagClassName
{
color: #B6A192;
}
</style>
background-color css
<style>
a { background-color: #B6A192; }
a { background-color: rgb(182,161,146); }
div.DivClassName
{
background-color: #B6A192;
}
.BgClassName
{
background-color: #B6A192;
}
</style>
border-color css
<style>
span { border-color: #B6A192; }
span { border-color: rgb(182,161,146); }
td.TdClassName
{
border-color: #B6A192;
}
.TagClassName
{
border-color: #B6A192;
}
</style>