Shades of Rodeo Dust #BFA088
Tints of Rodeo Dust #BFA088
RGB
CMYK
RGB Variations
Color information
#BFA088 (or 0xBFA088) is known color: Rodeo Dust. HEX triplet: BF, A0 and 88. RGB value is (191,160,136). Sum of RGB (Red+Green+Blue) = 191+160+136=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA088 is #405F77. Grayscale: #A6A6A6. Windows color (decimal): -4218744 or 8954047. OLE color: 8954047.
HSL color Cylindrical-coordinate representation of color #BFA088: hue angle of 26.18º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFA088 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 136 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.25 |
| HSL | 26.18º | 0.3% | 0.64% | - |
| HSV(B) | 26.18º | 0.29% | 0.75% | - |
| XYZ | 38.5 | 38 | 28.6 | - |
| YUV | 166.53 | 110.77 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 136 | 0 | 0.16 | 0.29 | 0.25 | 26.18 | 0.3 | 0.64 |
| Hex | BF | A0 | 88 | 0 | 10 | 1D | 19 | 1A | 1E | 40 |
| Octal | 277 | 240 | 210 | 0 | 20 | 35 | 31 | 32 | 36 | 100 |
| Binary | 10111111 | 10100000 | 10001000 | 0 | 10000 | 11101 | 11001 | 11010 | 11110 | 1000000 |
Color Harmonies of #BFA088
Complementary color
Monochromatic Colors of #BFA088
Black with #BFA088
Text Example
Text Example
White with #BFA088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA088; }
p { color: rgb(191,160,136); }
H1.HeaderClassName
{
color: #BFA088;
}
.AnyTagClassName
{
color: #BFA088;
}
</style>
background-color css
<style>
a { background-color: #BFA088; }
a { background-color: rgb(191,160,136); }
div.DivClassName
{
background-color: #BFA088;
}
.BgClassName
{
background-color: #BFA088;
}
</style>
border-color css
<style>
span { border-color: #BFA088; }
span { border-color: rgb(191,160,136); }
td.TdClassName
{
border-color: #BFA088;
}
.TagClassName
{
border-color: #BFA088;
}
</style>