Shades of Rodeo Dust #BFA990
Tints of Rodeo Dust #BFA990
RGB
CMYK
RGB Variations
Color information
#BFA990 (or 0xBFA990) is known color: Rodeo Dust. HEX triplet: BF, A9 and 90. RGB value is (191,169,144). Sum of RGB (Red+Green+Blue) = 191+169+144=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA990 is #40566F. Grayscale: #ACACAC. Windows color (decimal): -4216432 or 9480639. OLE color: 9480639.
HSL color Cylindrical-coordinate representation of color #BFA990: hue angle of 31.91º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFA990 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 169 | 144 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.25 |
| HSL | 31.91º | 0.27% | 0.66% | - |
| HSV(B) | 31.91º | 0.25% | 0.75% | - |
| XYZ | 40.71 | 41.47 | 32.24 | - |
| YUV | 172.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 144 | 0 | 0.12 | 0.25 | 0.25 | 31.91 | 0.27 | 0.66 |
| Hex | BF | A9 | 90 | 0 | C | 19 | 19 | 20 | 1B | 42 |
| Octal | 277 | 251 | 220 | 0 | 14 | 31 | 31 | 40 | 33 | 102 |
| Binary | 10111111 | 10101001 | 10010000 | 0 | 1100 | 11001 | 11001 | 100000 | 11011 | 1000010 |
Color Harmonies of #BFA990
Complementary color
Monochromatic Colors of #BFA990
Black with #BFA990
Text Example
Text Example
White with #BFA990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA990; }
p { color: rgb(191,169,144); }
H1.HeaderClassName
{
color: #BFA990;
}
.AnyTagClassName
{
color: #BFA990;
}
</style>
background-color css
<style>
a { background-color: #BFA990; }
a { background-color: rgb(191,169,144); }
div.DivClassName
{
background-color: #BFA990;
}
.BgClassName
{
background-color: #BFA990;
}
</style>
border-color css
<style>
span { border-color: #BFA990; }
span { border-color: rgb(191,169,144); }
td.TdClassName
{
border-color: #BFA990;
}
.TagClassName
{
border-color: #BFA990;
}
</style>