Shades of Rodeo Dust #BFA38C
Tints of Rodeo Dust #BFA38C
RGB
CMYK
RGB Variations
Color information
#BFA38C (or 0xBFA38C) is known color: Rodeo Dust. HEX triplet: BF, A3 and 8C. RGB value is (191,163,140). Sum of RGB (Red+Green+Blue) = 191+163+140=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA38C is #405C73. Grayscale: #A8A8A8. Windows color (decimal): -4217972 or 9216959. OLE color: 9216959.
HSL color Cylindrical-coordinate representation of color #BFA38C: hue angle of 27.06º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFA38C is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 140 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.25 |
| HSL | 27.06º | 0.28% | 0.65% | - |
| HSV(B) | 27.06º | 0.27% | 0.75% | - |
| XYZ | 39.32 | 39.16 | 30.3 | - |
| YUV | 168.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 140 | 0 | 0.15 | 0.27 | 0.25 | 27.06 | 0.28 | 0.65 |
| Hex | BF | A3 | 8C | 0 | F | 1B | 19 | 1B | 1C | 41 |
| Octal | 277 | 243 | 214 | 0 | 17 | 33 | 31 | 33 | 34 | 101 |
| Binary | 10111111 | 10100011 | 10001100 | 0 | 1111 | 11011 | 11001 | 11011 | 11100 | 1000001 |
Color Harmonies of #BFA38C
Complementary color
Monochromatic Colors of #BFA38C
Black with #BFA38C
Text Example
Text Example
White with #BFA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA38C; }
p { color: rgb(191,163,140); }
H1.HeaderClassName
{
color: #BFA38C;
}
.AnyTagClassName
{
color: #BFA38C;
}
</style>
background-color css
<style>
a { background-color: #BFA38C; }
a { background-color: rgb(191,163,140); }
div.DivClassName
{
background-color: #BFA38C;
}
.BgClassName
{
background-color: #BFA38C;
}
</style>
border-color css
<style>
span { border-color: #BFA38C; }
span { border-color: rgb(191,163,140); }
td.TdClassName
{
border-color: #BFA38C;
}
.TagClassName
{
border-color: #BFA38C;
}
</style>