Shades of Rodeo Dust #BFA37C
Tints of Rodeo Dust #BFA37C
RGB
CMYK
RGB Variations
Color information
#BFA37C (or 0xBFA37C) is known color: Rodeo Dust. HEX triplet: BF, A3 and 7C. RGB value is (191,163,124). Sum of RGB (Red+Green+Blue) = 191+163+124=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA37C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA37C is #405C83. Grayscale: #A7A7A7. Windows color (decimal): -4217988 or 8168383. OLE color: 8168383.
HSL color Cylindrical-coordinate representation of color #BFA37C: hue angle of 34.93º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFA37C is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 124 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.25 |
| HSL | 34.93º | 0.34% | 0.62% | - |
| HSV(B) | 34.93º | 0.35% | 0.75% | - |
| XYZ | 38.22 | 38.73 | 24.53 | - |
| YUV | 166.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 124 | 0 | 0.15 | 0.35 | 0.25 | 34.93 | 0.34 | 0.62 |
| Hex | BF | A3 | 7C | 0 | F | 23 | 19 | 23 | 22 | 3E |
| Octal | 277 | 243 | 174 | 0 | 17 | 43 | 31 | 43 | 42 | 76 |
| Binary | 10111111 | 10100011 | 1111100 | 0 | 1111 | 100011 | 11001 | 100011 | 100010 | 111110 |
Color Harmonies of #BFA37C
Complementary color
Monochromatic Colors of #BFA37C
Black with #BFA37C
Text Example
Text Example
White with #BFA37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA37C; }
p { color: rgb(191,163,124); }
H1.HeaderClassName
{
color: #BFA37C;
}
.AnyTagClassName
{
color: #BFA37C;
}
</style>
background-color css
<style>
a { background-color: #BFA37C; }
a { background-color: rgb(191,163,124); }
div.DivClassName
{
background-color: #BFA37C;
}
.BgClassName
{
background-color: #BFA37C;
}
</style>
border-color css
<style>
span { border-color: #BFA37C; }
span { border-color: rgb(191,163,124); }
td.TdClassName
{
border-color: #BFA37C;
}
.TagClassName
{
border-color: #BFA37C;
}
</style>