Shades of Rodeo Dust #BFA384
Tints of Rodeo Dust #BFA384
RGB
CMYK
RGB Variations
Color information
#BFA384 (or 0xBFA384) is known color: Rodeo Dust. HEX triplet: BF, A3 and 84. RGB value is (191,163,132). Sum of RGB (Red+Green+Blue) = 191+163+132=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA384 is #405C7B. Grayscale: #A7A7A7. Windows color (decimal): -4217980 or 8692671. OLE color: 8692671.
HSL color Cylindrical-coordinate representation of color #BFA384: hue angle of 31.53º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFA384 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 132 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.25 |
| HSL | 31.53º | 0.32% | 0.63% | - |
| HSV(B) | 31.53º | 0.31% | 0.75% | - |
| XYZ | 38.75 | 38.94 | 27.3 | - |
| YUV | 167.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 132 | 0 | 0.15 | 0.31 | 0.25 | 31.53 | 0.32 | 0.63 |
| Hex | BF | A3 | 84 | 0 | F | 1F | 19 | 20 | 20 | 3F |
| Octal | 277 | 243 | 204 | 0 | 17 | 37 | 31 | 40 | 40 | 77 |
| Binary | 10111111 | 10100011 | 10000100 | 0 | 1111 | 11111 | 11001 | 100000 | 100000 | 111111 |
Color Harmonies of #BFA384
Complementary color
Monochromatic Colors of #BFA384
Black with #BFA384
Text Example
Text Example
White with #BFA384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA384; }
p { color: rgb(191,163,132); }
H1.HeaderClassName
{
color: #BFA384;
}
.AnyTagClassName
{
color: #BFA384;
}
</style>
background-color css
<style>
a { background-color: #BFA384; }
a { background-color: rgb(191,163,132); }
div.DivClassName
{
background-color: #BFA384;
}
.BgClassName
{
background-color: #BFA384;
}
</style>
border-color css
<style>
span { border-color: #BFA384; }
span { border-color: rgb(191,163,132); }
td.TdClassName
{
border-color: #BFA384;
}
.TagClassName
{
border-color: #BFA384;
}
</style>