Shades of Rodeo Dust #BFA47F
Tints of Rodeo Dust #BFA47F
RGB
CMYK
RGB Variations
Color information
#BFA47F (or 0xBFA47F) is known color: Rodeo Dust. HEX triplet: BF, A4 and 7F. RGB value is (191,164,127). Sum of RGB (Red+Green+Blue) = 191+164+127=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA47F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA47F is #405B80. Grayscale: #A8A8A8. Windows color (decimal): -4217729 or 8365247. OLE color: 8365247.
HSL color Cylindrical-coordinate representation of color #BFA47F: hue angle of 34.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFA47F is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 127 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.25 |
| HSL | 34.69º | 0.33% | 0.62% | - |
| HSV(B) | 34.69º | 0.34% | 0.75% | - |
| XYZ | 38.59 | 39.16 | 25.6 | - |
| YUV | 167.86 | 104.95 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 127 | 0 | 0.14 | 0.34 | 0.25 | 34.69 | 0.33 | 0.62 |
| Hex | BF | A4 | 7F | 0 | E | 22 | 19 | 23 | 21 | 3E |
| Octal | 277 | 244 | 177 | 0 | 16 | 42 | 31 | 43 | 41 | 76 |
| Binary | 10111111 | 10100100 | 1111111 | 0 | 1110 | 100010 | 11001 | 100011 | 100001 | 111110 |
Color Harmonies of #BFA47F
Complementary color
Monochromatic Colors of #BFA47F
Black with #BFA47F
Text Example
Text Example
White with #BFA47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA47F; }
p { color: rgb(191,164,127); }
H1.HeaderClassName
{
color: #BFA47F;
}
.AnyTagClassName
{
color: #BFA47F;
}
</style>
background-color css
<style>
a { background-color: #BFA47F; }
a { background-color: rgb(191,164,127); }
div.DivClassName
{
background-color: #BFA47F;
}
.BgClassName
{
background-color: #BFA47F;
}
</style>
border-color css
<style>
span { border-color: #BFA47F; }
span { border-color: rgb(191,164,127); }
td.TdClassName
{
border-color: #BFA47F;
}
.TagClassName
{
border-color: #BFA47F;
}
</style>