Shades of Rodeo Dust #BFA282
Tints of Rodeo Dust #BFA282
RGB
CMYK
RGB Variations
Color information
#BFA282 (or 0xBFA282) is known color: Rodeo Dust. HEX triplet: BF, A2 and 82. RGB value is (191,162,130). Sum of RGB (Red+Green+Blue) = 191+162+130=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA282 is #405D7D. Grayscale: #A7A7A7. Windows color (decimal): -4218238 or 8561343. OLE color: 8561343.
HSL color Cylindrical-coordinate representation of color #BFA282: hue angle of 31.48º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFA282 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 130 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.25 |
| HSL | 31.48º | 0.32% | 0.63% | - |
| HSV(B) | 31.48º | 0.32% | 0.75% | - |
| XYZ | 38.44 | 38.53 | 26.53 | - |
| YUV | 167.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 130 | 0 | 0.15 | 0.32 | 0.25 | 31.48 | 0.32 | 0.63 |
| Hex | BF | A2 | 82 | 0 | F | 20 | 19 | 1F | 20 | 3F |
| Octal | 277 | 242 | 202 | 0 | 17 | 40 | 31 | 37 | 40 | 77 |
| Binary | 10111111 | 10100010 | 10000010 | 0 | 1111 | 100000 | 11001 | 11111 | 100000 | 111111 |
Color Harmonies of #BFA282
Complementary color
Monochromatic Colors of #BFA282
Black with #BFA282
Text Example
Text Example
White with #BFA282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA282; }
p { color: rgb(191,162,130); }
H1.HeaderClassName
{
color: #BFA282;
}
.AnyTagClassName
{
color: #BFA282;
}
</style>
background-color css
<style>
a { background-color: #BFA282; }
a { background-color: rgb(191,162,130); }
div.DivClassName
{
background-color: #BFA282;
}
.BgClassName
{
background-color: #BFA282;
}
</style>
border-color css
<style>
span { border-color: #BFA282; }
span { border-color: rgb(191,162,130); }
td.TdClassName
{
border-color: #BFA282;
}
.TagClassName
{
border-color: #BFA282;
}
</style>