Shades of Rodeo Dust #BFA592
Tints of Rodeo Dust #BFA592
RGB
CMYK
RGB Variations
Color information
#BFA592 (or 0xBFA592) is known color: Rodeo Dust. HEX triplet: BF, A5 and 92. RGB value is (191,165,146). Sum of RGB (Red+Green+Blue) = 191+165+146=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA592 is #405A6D. Grayscale: #AAAAAA. Windows color (decimal): -4217454 or 9610687. OLE color: 9610687.
HSL color Cylindrical-coordinate representation of color #BFA592: hue angle of 25.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFA592 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 165 | 146 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.25 |
| HSL | 25.33º | 0.26% | 0.66% | - |
| HSV(B) | 25.33º | 0.24% | 0.75% | - |
| XYZ | 40.13 | 40.06 | 32.81 | - |
| YUV | 170.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 146 | 0 | 0.14 | 0.24 | 0.25 | 25.33 | 0.26 | 0.66 |
| Hex | BF | A5 | 92 | 0 | E | 18 | 19 | 19 | 1A | 42 |
| Octal | 277 | 245 | 222 | 0 | 16 | 30 | 31 | 31 | 32 | 102 |
| Binary | 10111111 | 10100101 | 10010010 | 0 | 1110 | 11000 | 11001 | 11001 | 11010 | 1000010 |
Color Harmonies of #BFA592
Complementary color
Monochromatic Colors of #BFA592
Black with #BFA592
Text Example
Text Example
White with #BFA592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA592; }
p { color: rgb(191,165,146); }
H1.HeaderClassName
{
color: #BFA592;
}
.AnyTagClassName
{
color: #BFA592;
}
</style>
background-color css
<style>
a { background-color: #BFA592; }
a { background-color: rgb(191,165,146); }
div.DivClassName
{
background-color: #BFA592;
}
.BgClassName
{
background-color: #BFA592;
}
</style>
border-color css
<style>
span { border-color: #BFA592; }
span { border-color: rgb(191,165,146); }
td.TdClassName
{
border-color: #BFA592;
}
.TagClassName
{
border-color: #BFA592;
}
</style>