Shades of Del Rio #BFA194
Tints of Del Rio #BFA194
RGB
CMYK
RGB Variations
Color information
#BFA194 (or 0xBFA194) is known color: Del Rio. HEX triplet: BF, A1 and 94. RGB value is (191,161,148). Sum of RGB (Red+Green+Blue) = 191+161+148=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA194 is #405E6B. Grayscale: #A8A8A8. Windows color (decimal): -4218476 or 9740735. OLE color: 9740735.
HSL color Cylindrical-coordinate representation of color #BFA194: hue angle of 18.14º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFA194 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 148 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.25 |
| HSL | 18.14º | 0.25% | 0.66% | - |
| HSV(B) | 18.14º | 0.23% | 0.75% | - |
| XYZ | 39.58 | 38.7 | 33.4 | - |
| YUV | 168.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 148 | 0 | 0.16 | 0.23 | 0.25 | 18.14 | 0.25 | 0.66 |
| Hex | BF | A1 | 94 | 0 | 10 | 17 | 19 | 12 | 19 | 42 |
| Octal | 277 | 241 | 224 | 0 | 20 | 27 | 31 | 22 | 31 | 102 |
| Binary | 10111111 | 10100001 | 10010100 | 0 | 10000 | 10111 | 11001 | 10010 | 11001 | 1000010 |
Color Harmonies of #BFA194
Complementary color
Monochromatic Colors of #BFA194
Black with #BFA194
Text Example
Text Example
White with #BFA194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA194; }
p { color: rgb(191,161,148); }
H1.HeaderClassName
{
color: #BFA194;
}
.AnyTagClassName
{
color: #BFA194;
}
</style>
background-color css
<style>
a { background-color: #BFA194; }
a { background-color: rgb(191,161,148); }
div.DivClassName
{
background-color: #BFA194;
}
.BgClassName
{
background-color: #BFA194;
}
</style>
border-color css
<style>
span { border-color: #BFA194; }
span { border-color: rgb(191,161,148); }
td.TdClassName
{
border-color: #BFA194;
}
.TagClassName
{
border-color: #BFA194;
}
</style>