Shades of Del Rio #B8A192
Tints of Del Rio #B8A192
RGB
CMYK
RGB Variations
Color information
#B8A192 (or 0xB8A192) is known color: Del Rio. HEX triplet: B8, A1 and 92. RGB value is (184,161,146). Sum of RGB (Red+Green+Blue) = 184+161+146=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A192 is #475E6D. Grayscale: #A6A6A6. Windows color (decimal): -4677230 or 9609656. OLE color: 9609656.
HSL color Cylindrical-coordinate representation of color #B8A192: hue angle of 23.68º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8A192 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 161 | 146 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.28 |
| HSL | 23.68º | 0.21% | 0.65% | - |
| HSV(B) | 23.68º | 0.21% | 0.72% | - |
| XYZ | 37.7 | 37.76 | 32.49 | - |
| YUV | 166.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 161 | 146 | 0 | 0.12 | 0.21 | 0.28 | 23.68 | 0.21 | 0.65 |
| Hex | B8 | A1 | 92 | 0 | C | 15 | 1C | 18 | 15 | 41 |
| Octal | 270 | 241 | 222 | 0 | 14 | 25 | 34 | 30 | 25 | 101 |
| Binary | 10111000 | 10100001 | 10010010 | 0 | 1100 | 10101 | 11100 | 11000 | 10101 | 1000001 |
Color Harmonies of #B8A192
Complementary color
Monochromatic Colors of #B8A192
Black with #B8A192
Text Example
Text Example
White with #B8A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A192; }
p { color: rgb(184,161,146); }
H1.HeaderClassName
{
color: #B8A192;
}
.AnyTagClassName
{
color: #B8A192;
}
</style>
background-color css
<style>
a { background-color: #B8A192; }
a { background-color: rgb(184,161,146); }
div.DivClassName
{
background-color: #B8A192;
}
.BgClassName
{
background-color: #B8A192;
}
</style>
border-color css
<style>
span { border-color: #B8A192; }
span { border-color: rgb(184,161,146); }
td.TdClassName
{
border-color: #B8A192;
}
.TagClassName
{
border-color: #B8A192;
}
</style>