Shades of Rodeo Dust #BFA07F
Tints of Rodeo Dust #BFA07F
RGB
CMYK
RGB Variations
Color information
#BFA07F (or 0xBFA07F) is known color: Rodeo Dust. HEX triplet: BF, A0 and 7F. RGB value is (191,160,127). Sum of RGB (Red+Green+Blue) = 191+160+127=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA07F is #405F80. Grayscale: #A5A5A5. Windows color (decimal): -4218753 or 8364223. OLE color: 8364223.
HSL color Cylindrical-coordinate representation of color #BFA07F: hue angle of 30.94º 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 #BFA07F is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 127 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.25 |
| HSL | 30.94º | 0.33% | 0.62% | - |
| HSV(B) | 30.94º | 0.34% | 0.75% | - |
| XYZ | 37.89 | 37.75 | 25.37 | - |
| YUV | 165.51 | 106.27 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 127 | 0 | 0.16 | 0.34 | 0.25 | 30.94 | 0.33 | 0.62 |
| Hex | BF | A0 | 7F | 0 | 10 | 22 | 19 | 1F | 21 | 3E |
| Octal | 277 | 240 | 177 | 0 | 20 | 42 | 31 | 37 | 41 | 76 |
| Binary | 10111111 | 10100000 | 1111111 | 0 | 10000 | 100010 | 11001 | 11111 | 100001 | 111110 |
Color Harmonies of #BFA07F
Complementary color
Monochromatic Colors of #BFA07F
Black with #BFA07F
Text Example
Text Example
White with #BFA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA07F; }
p { color: rgb(191,160,127); }
H1.HeaderClassName
{
color: #BFA07F;
}
.AnyTagClassName
{
color: #BFA07F;
}
</style>
background-color css
<style>
a { background-color: #BFA07F; }
a { background-color: rgb(191,160,127); }
div.DivClassName
{
background-color: #BFA07F;
}
.BgClassName
{
background-color: #BFA07F;
}
</style>
border-color css
<style>
span { border-color: #BFA07F; }
span { border-color: rgb(191,160,127); }
td.TdClassName
{
border-color: #BFA07F;
}
.TagClassName
{
border-color: #BFA07F;
}
</style>