Shades of Rodeo Dust #BFA37D
Tints of Rodeo Dust #BFA37D
RGB
CMYK
RGB Variations
Color information
#BFA37D (or 0xBFA37D) is known color: Rodeo Dust. HEX triplet: BF, A3 and 7D. RGB value is (191,163,125). Sum of RGB (Red+Green+Blue) = 191+163+125=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA37D is #405C82. Grayscale: #A7A7A7. Windows color (decimal): -4217987 or 8233919. OLE color: 8233919.
HSL color Cylindrical-coordinate representation of color #BFA37D: hue angle of 34.55º 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 #BFA37D is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 125 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.25 |
| HSL | 34.55º | 0.34% | 0.62% | - |
| HSV(B) | 34.55º | 0.35% | 0.75% | - |
| XYZ | 38.28 | 38.75 | 24.86 | - |
| YUV | 167.04 | 104.28 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 125 | 0 | 0.15 | 0.35 | 0.25 | 34.55 | 0.34 | 0.62 |
| Hex | BF | A3 | 7D | 0 | F | 23 | 19 | 23 | 22 | 3E |
| Octal | 277 | 243 | 175 | 0 | 17 | 43 | 31 | 43 | 42 | 76 |
| Binary | 10111111 | 10100011 | 1111101 | 0 | 1111 | 100011 | 11001 | 100011 | 100010 | 111110 |
Color Harmonies of #BFA37D
Complementary color
Monochromatic Colors of #BFA37D
Black with #BFA37D
Text Example
Text Example
White with #BFA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA37D; }
p { color: rgb(191,163,125); }
H1.HeaderClassName
{
color: #BFA37D;
}
.AnyTagClassName
{
color: #BFA37D;
}
</style>
background-color css
<style>
a { background-color: #BFA37D; }
a { background-color: rgb(191,163,125); }
div.DivClassName
{
background-color: #BFA37D;
}
.BgClassName
{
background-color: #BFA37D;
}
</style>
border-color css
<style>
span { border-color: #BFA37D; }
span { border-color: rgb(191,163,125); }
td.TdClassName
{
border-color: #BFA37D;
}
.TagClassName
{
border-color: #BFA37D;
}
</style>