Shades of Rodeo Dust #BFA389
Tints of Rodeo Dust #BFA389
RGB
CMYK
RGB Variations
Color information
#BFA389 (or 0xBFA389) is known color: Rodeo Dust. HEX triplet: BF, A3 and 89. RGB value is (191,163,137). Sum of RGB (Red+Green+Blue) = 191+163+137=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA389 is #405C76. Grayscale: #A8A8A8. Windows color (decimal): -4217975 or 9020351. OLE color: 9020351.
HSL color Cylindrical-coordinate representation of color #BFA389: hue angle of 28.89º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFA389 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 137 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.25 |
| HSL | 28.89º | 0.3% | 0.64% | - |
| HSV(B) | 28.89º | 0.28% | 0.75% | - |
| XYZ | 39.1 | 39.08 | 29.15 | - |
| YUV | 168.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 137 | 0 | 0.15 | 0.28 | 0.25 | 28.89 | 0.3 | 0.64 |
| Hex | BF | A3 | 89 | 0 | F | 1C | 19 | 1D | 1E | 40 |
| Octal | 277 | 243 | 211 | 0 | 17 | 34 | 31 | 35 | 36 | 100 |
| Binary | 10111111 | 10100011 | 10001001 | 0 | 1111 | 11100 | 11001 | 11101 | 11110 | 1000000 |
Color Harmonies of #BFA389
Complementary color
Monochromatic Colors of #BFA389
Black with #BFA389
Text Example
Text Example
White with #BFA389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA389; }
p { color: rgb(191,163,137); }
H1.HeaderClassName
{
color: #BFA389;
}
.AnyTagClassName
{
color: #BFA389;
}
</style>
background-color css
<style>
a { background-color: #BFA389; }
a { background-color: rgb(191,163,137); }
div.DivClassName
{
background-color: #BFA389;
}
.BgClassName
{
background-color: #BFA389;
}
</style>
border-color css
<style>
span { border-color: #BFA389; }
span { border-color: rgb(191,163,137); }
td.TdClassName
{
border-color: #BFA389;
}
.TagClassName
{
border-color: #BFA389;
}
</style>