Shades of Del Rio #BFA195
Tints of Del Rio #BFA195
RGB
CMYK
RGB Variations
Color information
#BFA195 (or 0xBFA195) is known color: Del Rio. HEX triplet: BF, A1 and 95. RGB value is (191,161,149). Sum of RGB (Red+Green+Blue) = 191+161+149=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA195 is #405E6A. Grayscale: #A8A8A8. Windows color (decimal): -4218475 or 9806271. OLE color: 9806271.
HSL color Cylindrical-coordinate representation of color #BFA195: hue angle of 17.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFA195 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 149 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.25 |
| HSL | 17.14º | 0.25% | 0.67% | - |
| HSV(B) | 17.14º | 0.22% | 0.75% | - |
| XYZ | 39.66 | 38.74 | 33.82 | - |
| YUV | 168.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 149 | 0 | 0.16 | 0.22 | 0.25 | 17.14 | 0.25 | 0.67 |
| Hex | BF | A1 | 95 | 0 | 10 | 16 | 19 | 11 | 19 | 43 |
| Octal | 277 | 241 | 225 | 0 | 20 | 26 | 31 | 21 | 31 | 103 |
| Binary | 10111111 | 10100001 | 10010101 | 0 | 10000 | 10110 | 11001 | 10001 | 11001 | 1000011 |
Color Harmonies of #BFA195
Complementary color
Monochromatic Colors of #BFA195
Black with #BFA195
Text Example
Text Example
White with #BFA195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA195; }
p { color: rgb(191,161,149); }
H1.HeaderClassName
{
color: #BFA195;
}
.AnyTagClassName
{
color: #BFA195;
}
</style>
background-color css
<style>
a { background-color: #BFA195; }
a { background-color: rgb(191,161,149); }
div.DivClassName
{
background-color: #BFA195;
}
.BgClassName
{
background-color: #BFA195;
}
</style>
border-color css
<style>
span { border-color: #BFA195; }
span { border-color: rgb(191,161,149); }
td.TdClassName
{
border-color: #BFA195;
}
.TagClassName
{
border-color: #BFA195;
}
</style>