Shades of Rodeo Dust #BBA68F
Tints of Rodeo Dust #BBA68F
RGB
CMYK
RGB Variations
Color information
#BBA68F (or 0xBBA68F) is known color: Rodeo Dust. HEX triplet: BB, A6 and 8F. RGB value is (187,166,143). Sum of RGB (Red+Green+Blue) = 187+166+143=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA68F is #445970. Grayscale: #A9A9A9. Windows color (decimal): -4479345 or 9414331. OLE color: 9414331.
HSL color Cylindrical-coordinate representation of color #BBA68F: hue angle of 31.36º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBA68F is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 143 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.27 |
| HSL | 31.36º | 0.24% | 0.65% | - |
| HSV(B) | 31.36º | 0.24% | 0.73% | - |
| XYZ | 39.09 | 39.82 | 31.61 | - |
| YUV | 169.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 143 | 0 | 0.11 | 0.24 | 0.27 | 31.36 | 0.24 | 0.65 |
| Hex | BB | A6 | 8F | 0 | B | 18 | 1B | 1F | 18 | 41 |
| Octal | 273 | 246 | 217 | 0 | 13 | 30 | 33 | 37 | 30 | 101 |
| Binary | 10111011 | 10100110 | 10001111 | 0 | 1011 | 11000 | 11011 | 11111 | 11000 | 1000001 |
Color Harmonies of #BBA68F
Complementary color
Monochromatic Colors of #BBA68F
Black with #BBA68F
Text Example
Text Example
White with #BBA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA68F; }
p { color: rgb(187,166,143); }
H1.HeaderClassName
{
color: #BBA68F;
}
.AnyTagClassName
{
color: #BBA68F;
}
</style>
background-color css
<style>
a { background-color: #BBA68F; }
a { background-color: rgb(187,166,143); }
div.DivClassName
{
background-color: #BBA68F;
}
.BgClassName
{
background-color: #BBA68F;
}
</style>
border-color css
<style>
span { border-color: #BBA68F; }
span { border-color: rgb(187,166,143); }
td.TdClassName
{
border-color: #BBA68F;
}
.TagClassName
{
border-color: #BBA68F;
}
</style>