Shades of Rodeo Dust #BBA086
Tints of Rodeo Dust #BBA086
RGB
CMYK
RGB Variations
Color information
#BBA086 (or 0xBBA086) is known color: Rodeo Dust. HEX triplet: BB, A0 and 86. RGB value is (187,160,134). Sum of RGB (Red+Green+Blue) = 187+160+134=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA086 is #445F79. Grayscale: #A5A5A5. Windows color (decimal): -4480890 or 8822971. OLE color: 8822971.
HSL color Cylindrical-coordinate representation of color #BBA086: hue angle of 29.43º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA086 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 134 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.27 |
| HSL | 29.43º | 0.28% | 0.63% | - |
| HSV(B) | 29.43º | 0.28% | 0.73% | - |
| XYZ | 37.37 | 37.43 | 27.81 | - |
| YUV | 165.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 134 | 0 | 0.14 | 0.28 | 0.27 | 29.43 | 0.28 | 0.63 |
| Hex | BB | A0 | 86 | 0 | E | 1C | 1B | 1D | 1C | 3F |
| Octal | 273 | 240 | 206 | 0 | 16 | 34 | 33 | 35 | 34 | 77 |
| Binary | 10111011 | 10100000 | 10000110 | 0 | 1110 | 11100 | 11011 | 11101 | 11100 | 111111 |
Color Harmonies of #BBA086
Complementary color
Monochromatic Colors of #BBA086
Black with #BBA086
Text Example
Text Example
White with #BBA086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA086; }
p { color: rgb(187,160,134); }
H1.HeaderClassName
{
color: #BBA086;
}
.AnyTagClassName
{
color: #BBA086;
}
</style>
background-color css
<style>
a { background-color: #BBA086; }
a { background-color: rgb(187,160,134); }
div.DivClassName
{
background-color: #BBA086;
}
.BgClassName
{
background-color: #BBA086;
}
</style>
border-color css
<style>
span { border-color: #BBA086; }
span { border-color: rgb(187,160,134); }
td.TdClassName
{
border-color: #BBA086;
}
.TagClassName
{
border-color: #BBA086;
}
</style>