Shades of Del Rio #B8A191
Tints of Del Rio #B8A191
RGB
CMYK
RGB Variations
Color information
#B8A191 (or 0xB8A191) is known color: Del Rio. HEX triplet: B8, A1 and 91. RGB value is (184,161,145). Sum of RGB (Red+Green+Blue) = 184+161+145=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A191 is #475E6E. Grayscale: #A6A6A6. Windows color (decimal): -4677231 or 9544120. OLE color: 9544120.
HSL color Cylindrical-coordinate representation of color #B8A191: hue angle of 24.62º degrees, saturation: 0.22, 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 #B8A191 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 161 | 145 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.28 |
| HSL | 24.62º | 0.22% | 0.65% | - |
| HSV(B) | 24.62º | 0.21% | 0.72% | - |
| XYZ | 37.62 | 37.72 | 32.09 | - |
| YUV | 166.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 161 | 145 | 0 | 0.12 | 0.21 | 0.28 | 24.62 | 0.22 | 0.65 |
| Hex | B8 | A1 | 91 | 0 | C | 15 | 1C | 19 | 16 | 41 |
| Octal | 270 | 241 | 221 | 0 | 14 | 25 | 34 | 31 | 26 | 101 |
| Binary | 10111000 | 10100001 | 10010001 | 0 | 1100 | 10101 | 11100 | 11001 | 10110 | 1000001 |
Color Harmonies of #B8A191
Complementary color
Monochromatic Colors of #B8A191
Black with #B8A191
Text Example
Text Example
White with #B8A191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A191; }
p { color: rgb(184,161,145); }
H1.HeaderClassName
{
color: #B8A191;
}
.AnyTagClassName
{
color: #B8A191;
}
</style>
background-color css
<style>
a { background-color: #B8A191; }
a { background-color: rgb(184,161,145); }
div.DivClassName
{
background-color: #B8A191;
}
.BgClassName
{
background-color: #B8A191;
}
</style>
border-color css
<style>
span { border-color: #B8A191; }
span { border-color: rgb(184,161,145); }
td.TdClassName
{
border-color: #B8A191;
}
.TagClassName
{
border-color: #B8A191;
}
</style>