Shades of Rodeo Dust #BFA68F
Tints of Rodeo Dust #BFA68F
RGB
CMYK
RGB Variations
Color information
#BFA68F (or 0xBFA68F) is known color: Rodeo Dust. HEX triplet: BF, A6 and 8F. RGB value is (191,166,143). Sum of RGB (Red+Green+Blue) = 191+166+143=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA68F is #405970. Grayscale: #AAAAAA. Windows color (decimal): -4217201 or 9414335. OLE color: 9414335.
HSL color Cylindrical-coordinate representation of color #BFA68F: hue angle of 28.75º 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 #BFA68F is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 143 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.25 |
| HSL | 28.75º | 0.27% | 0.65% | - |
| HSV(B) | 28.75º | 0.25% | 0.75% | - |
| XYZ | 40.08 | 40.33 | 31.66 | - |
| YUV | 170.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 143 | 0 | 0.13 | 0.25 | 0.25 | 28.75 | 0.27 | 0.65 |
| Hex | BF | A6 | 8F | 0 | D | 19 | 19 | 1D | 1B | 41 |
| Octal | 277 | 246 | 217 | 0 | 15 | 31 | 31 | 35 | 33 | 101 |
| Binary | 10111111 | 10100110 | 10001111 | 0 | 1101 | 11001 | 11001 | 11101 | 11011 | 1000001 |
Color Harmonies of #BFA68F
Complementary color
Monochromatic Colors of #BFA68F
Black with #BFA68F
Text Example
Text Example
White with #BFA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA68F; }
p { color: rgb(191,166,143); }
H1.HeaderClassName
{
color: #BFA68F;
}
.AnyTagClassName
{
color: #BFA68F;
}
</style>
background-color css
<style>
a { background-color: #BFA68F; }
a { background-color: rgb(191,166,143); }
div.DivClassName
{
background-color: #BFA68F;
}
.BgClassName
{
background-color: #BFA68F;
}
</style>
border-color css
<style>
span { border-color: #BFA68F; }
span { border-color: rgb(191,166,143); }
td.TdClassName
{
border-color: #BFA68F;
}
.TagClassName
{
border-color: #BFA68F;
}
</style>