Shades of Del Rio #BFA18F
Tints of Del Rio #BFA18F
RGB
CMYK
RGB Variations
Color information
#BFA18F (or 0xBFA18F) is known color: Del Rio. HEX triplet: BF, A1 and 8F. RGB value is (191,161,143). Sum of RGB (Red+Green+Blue) = 191+161+143=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA18F is #405E70. Grayscale: #A8A8A8. Windows color (decimal): -4218481 or 9413055. OLE color: 9413055.
HSL color Cylindrical-coordinate representation of color #BFA18F: hue angle of 22.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFA18F is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 143 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.25 |
| HSL | 22.5º | 0.27% | 0.65% | - |
| HSV(B) | 22.5º | 0.25% | 0.75% | - |
| XYZ | 39.19 | 38.55 | 31.36 | - |
| YUV | 167.92 | 113.94 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 143 | 0 | 0.16 | 0.25 | 0.25 | 22.5 | 0.27 | 0.65 |
| Hex | BF | A1 | 8F | 0 | 10 | 19 | 19 | 16 | 1B | 41 |
| Octal | 277 | 241 | 217 | 0 | 20 | 31 | 31 | 26 | 33 | 101 |
| Binary | 10111111 | 10100001 | 10001111 | 0 | 10000 | 11001 | 11001 | 10110 | 11011 | 1000001 |
Color Harmonies of #BFA18F
Complementary color
Monochromatic Colors of #BFA18F
Black with #BFA18F
Text Example
Text Example
White with #BFA18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA18F; }
p { color: rgb(191,161,143); }
H1.HeaderClassName
{
color: #BFA18F;
}
.AnyTagClassName
{
color: #BFA18F;
}
</style>
background-color css
<style>
a { background-color: #BFA18F; }
a { background-color: rgb(191,161,143); }
div.DivClassName
{
background-color: #BFA18F;
}
.BgClassName
{
background-color: #BFA18F;
}
</style>
border-color css
<style>
span { border-color: #BFA18F; }
span { border-color: rgb(191,161,143); }
td.TdClassName
{
border-color: #BFA18F;
}
.TagClassName
{
border-color: #BFA18F;
}
</style>