Shades of Rodeo Dust #BFA490
Tints of Rodeo Dust #BFA490
RGB
CMYK
RGB Variations
Color information
#BFA490 (or 0xBFA490) is known color: Rodeo Dust. HEX triplet: BF, A4 and 90. RGB value is (191,164,144). Sum of RGB (Red+Green+Blue) = 191+164+144=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA490 is #405B6F. Grayscale: #A9A9A9. Windows color (decimal): -4217712 or 9479359. OLE color: 9479359.
HSL color Cylindrical-coordinate representation of color #BFA490: hue angle of 25.53º 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 #BFA490 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 144 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.25 |
| HSL | 25.53º | 0.27% | 0.66% | - |
| HSV(B) | 25.53º | 0.25% | 0.75% | - |
| XYZ | 39.8 | 39.64 | 31.94 | - |
| YUV | 169.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 144 | 0 | 0.14 | 0.25 | 0.25 | 25.53 | 0.27 | 0.66 |
| Hex | BF | A4 | 90 | 0 | E | 19 | 19 | 1A | 1B | 42 |
| Octal | 277 | 244 | 220 | 0 | 16 | 31 | 31 | 32 | 33 | 102 |
| Binary | 10111111 | 10100100 | 10010000 | 0 | 1110 | 11001 | 11001 | 11010 | 11011 | 1000010 |
Color Harmonies of #BFA490
Complementary color
Monochromatic Colors of #BFA490
Black with #BFA490
Text Example
Text Example
White with #BFA490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA490; }
p { color: rgb(191,164,144); }
H1.HeaderClassName
{
color: #BFA490;
}
.AnyTagClassName
{
color: #BFA490;
}
</style>
background-color css
<style>
a { background-color: #BFA490; }
a { background-color: rgb(191,164,144); }
div.DivClassName
{
background-color: #BFA490;
}
.BgClassName
{
background-color: #BFA490;
}
</style>
border-color css
<style>
span { border-color: #BFA490; }
span { border-color: rgb(191,164,144); }
td.TdClassName
{
border-color: #BFA490;
}
.TagClassName
{
border-color: #BFA490;
}
</style>