Shades of Rodeo Dust #BFA390
Tints of Rodeo Dust #BFA390
RGB
CMYK
RGB Variations
Color information
#BFA390 (or 0xBFA390) is known color: Rodeo Dust. HEX triplet: BF, A3 and 90. RGB value is (191,163,144). Sum of RGB (Red+Green+Blue) = 191+163+144=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA390 is #405C6F. Grayscale: #A9A9A9. Windows color (decimal): -4217968 or 9479103. OLE color: 9479103.
HSL color Cylindrical-coordinate representation of color #BFA390: hue angle of 24.26º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFA390 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 144 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.25 |
| HSL | 24.26º | 0.27% | 0.66% | - |
| HSV(B) | 24.26º | 0.25% | 0.75% | - |
| XYZ | 39.62 | 39.28 | 31.88 | - |
| YUV | 169.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 144 | 0 | 0.15 | 0.25 | 0.25 | 24.26 | 0.27 | 0.66 |
| Hex | BF | A3 | 90 | 0 | F | 19 | 19 | 18 | 1B | 42 |
| Octal | 277 | 243 | 220 | 0 | 17 | 31 | 31 | 30 | 33 | 102 |
| Binary | 10111111 | 10100011 | 10010000 | 0 | 1111 | 11001 | 11001 | 11000 | 11011 | 1000010 |
Color Harmonies of #BFA390
Complementary color
Monochromatic Colors of #BFA390
Black with #BFA390
Text Example
Text Example
White with #BFA390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA390; }
p { color: rgb(191,163,144); }
H1.HeaderClassName
{
color: #BFA390;
}
.AnyTagClassName
{
color: #BFA390;
}
</style>
background-color css
<style>
a { background-color: #BFA390; }
a { background-color: rgb(191,163,144); }
div.DivClassName
{
background-color: #BFA390;
}
.BgClassName
{
background-color: #BFA390;
}
</style>
border-color css
<style>
span { border-color: #BFA390; }
span { border-color: rgb(191,163,144); }
td.TdClassName
{
border-color: #BFA390;
}
.TagClassName
{
border-color: #BFA390;
}
</style>