Shades of Rodeo Dust #BFA88F
Tints of Rodeo Dust #BFA88F
RGB
CMYK
RGB Variations
Color information
#BFA88F (or 0xBFA88F) is known color: Rodeo Dust. HEX triplet: BF, A8 and 8F. RGB value is (191,168,143). Sum of RGB (Red+Green+Blue) = 191+168+143=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA88F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA88F is #405770. Grayscale: #ACACAC. Windows color (decimal): -4216689 or 9414847. OLE color: 9414847.
HSL color Cylindrical-coordinate representation of color #BFA88F: hue angle of 31.25º 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 #BFA88F is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 168 | 143 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.25 |
| HSL | 31.25º | 0.27% | 0.65% | - |
| HSV(B) | 31.25º | 0.25% | 0.75% | - |
| XYZ | 40.45 | 41.06 | 31.78 | - |
| YUV | 172.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 168 | 143 | 0 | 0.12 | 0.25 | 0.25 | 31.25 | 0.27 | 0.65 |
| Hex | BF | A8 | 8F | 0 | C | 19 | 19 | 1F | 1B | 41 |
| Octal | 277 | 250 | 217 | 0 | 14 | 31 | 31 | 37 | 33 | 101 |
| Binary | 10111111 | 10101000 | 10001111 | 0 | 1100 | 11001 | 11001 | 11111 | 11011 | 1000001 |
Color Harmonies of #BFA88F
Complementary color
Monochromatic Colors of #BFA88F
Black with #BFA88F
Text Example
Text Example
White with #BFA88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA88F; }
p { color: rgb(191,168,143); }
H1.HeaderClassName
{
color: #BFA88F;
}
.AnyTagClassName
{
color: #BFA88F;
}
</style>
background-color css
<style>
a { background-color: #BFA88F; }
a { background-color: rgb(191,168,143); }
div.DivClassName
{
background-color: #BFA88F;
}
.BgClassName
{
background-color: #BFA88F;
}
</style>
border-color css
<style>
span { border-color: #BFA88F; }
span { border-color: rgb(191,168,143); }
td.TdClassName
{
border-color: #BFA88F;
}
.TagClassName
{
border-color: #BFA88F;
}
</style>