Shades of Rodeo Dust #BBA284
Tints of Rodeo Dust #BBA284
RGB
CMYK
RGB Variations
Color information
#BBA284 (or 0xBBA284) is known color: Rodeo Dust. HEX triplet: BB, A2 and 84. RGB value is (187,162,132). Sum of RGB (Red+Green+Blue) = 187+162+132=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA284 is #445D7B. Grayscale: #A6A6A6. Windows color (decimal): -4480380 or 8692411. OLE color: 8692411.
HSL color Cylindrical-coordinate representation of color #BBA284: hue angle of 32.73º degrees, saturation: 0.29, 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 #BBA284 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 132 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.27 |
| HSL | 32.73º | 0.29% | 0.63% | - |
| HSV(B) | 32.73º | 0.29% | 0.73% | - |
| XYZ | 37.58 | 38.07 | 27.2 | - |
| YUV | 166.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 132 | 0 | 0.13 | 0.29 | 0.27 | 32.73 | 0.29 | 0.63 |
| Hex | BB | A2 | 84 | 0 | D | 1D | 1B | 21 | 1D | 3F |
| Octal | 273 | 242 | 204 | 0 | 15 | 35 | 33 | 41 | 35 | 77 |
| Binary | 10111011 | 10100010 | 10000100 | 0 | 1101 | 11101 | 11011 | 100001 | 11101 | 111111 |
Color Harmonies of #BBA284
Complementary color
Monochromatic Colors of #BBA284
Black with #BBA284
Text Example
Text Example
White with #BBA284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA284; }
p { color: rgb(187,162,132); }
H1.HeaderClassName
{
color: #BBA284;
}
.AnyTagClassName
{
color: #BBA284;
}
</style>
background-color css
<style>
a { background-color: #BBA284; }
a { background-color: rgb(187,162,132); }
div.DivClassName
{
background-color: #BBA284;
}
.BgClassName
{
background-color: #BBA284;
}
</style>
border-color css
<style>
span { border-color: #BBA284; }
span { border-color: rgb(187,162,132); }
td.TdClassName
{
border-color: #BBA284;
}
.TagClassName
{
border-color: #BBA284;
}
</style>