Shades of Rodeo Dust #BBA285
Tints of Rodeo Dust #BBA285
RGB
CMYK
RGB Variations
Color information
#BBA285 (or 0xBBA285) is known color: Rodeo Dust. HEX triplet: BB, A2 and 85. RGB value is (187,162,133). Sum of RGB (Red+Green+Blue) = 187+162+133=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA285 is #445D7A. Grayscale: #A6A6A6. Windows color (decimal): -4480379 or 8757947. OLE color: 8757947.
HSL color Cylindrical-coordinate representation of color #BBA285: hue angle of 32.22º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA285 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 133 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.27 |
| HSL | 32.22º | 0.28% | 0.63% | - |
| HSV(B) | 32.22º | 0.29% | 0.73% | - |
| XYZ | 37.65 | 38.1 | 27.56 | - |
| YUV | 166.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 133 | 0 | 0.13 | 0.29 | 0.27 | 32.22 | 0.28 | 0.63 |
| Hex | BB | A2 | 85 | 0 | D | 1D | 1B | 20 | 1C | 3F |
| Octal | 273 | 242 | 205 | 0 | 15 | 35 | 33 | 40 | 34 | 77 |
| Binary | 10111011 | 10100010 | 10000101 | 0 | 1101 | 11101 | 11011 | 100000 | 11100 | 111111 |
Color Harmonies of #BBA285
Complementary color
Monochromatic Colors of #BBA285
Black with #BBA285
Text Example
Text Example
White with #BBA285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA285; }
p { color: rgb(187,162,133); }
H1.HeaderClassName
{
color: #BBA285;
}
.AnyTagClassName
{
color: #BBA285;
}
</style>
background-color css
<style>
a { background-color: #BBA285; }
a { background-color: rgb(187,162,133); }
div.DivClassName
{
background-color: #BBA285;
}
.BgClassName
{
background-color: #BBA285;
}
</style>
border-color css
<style>
span { border-color: #BBA285; }
span { border-color: rgb(187,162,133); }
td.TdClassName
{
border-color: #BBA285;
}
.TagClassName
{
border-color: #BBA285;
}
</style>