Shades of Rodeo Dust #BBA18B
Tints of Rodeo Dust #BBA18B
RGB
CMYK
RGB Variations
Color information
#BBA18B (or 0xBBA18B) is known color: Rodeo Dust. HEX triplet: BB, A1 and 8B. RGB value is (187,161,139). Sum of RGB (Red+Green+Blue) = 187+161+139=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA18B is #445E74. Grayscale: #A6A6A6. Windows color (decimal): -4480629 or 9150907. OLE color: 9150907.
HSL color Cylindrical-coordinate representation of color #BBA18B: hue angle of 27.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA18B is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 139 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.27 |
| HSL | 27.5º | 0.26% | 0.64% | - |
| HSV(B) | 27.5º | 0.26% | 0.73% | - |
| XYZ | 37.9 | 37.92 | 29.75 | - |
| YUV | 166.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 139 | 0 | 0.14 | 0.26 | 0.27 | 27.5 | 0.26 | 0.64 |
| Hex | BB | A1 | 8B | 0 | E | 1A | 1B | 1C | 1A | 40 |
| Octal | 273 | 241 | 213 | 0 | 16 | 32 | 33 | 34 | 32 | 100 |
| Binary | 10111011 | 10100001 | 10001011 | 0 | 1110 | 11010 | 11011 | 11100 | 11010 | 1000000 |
Color Harmonies of #BBA18B
Complementary color
Monochromatic Colors of #BBA18B
Black with #BBA18B
Text Example
Text Example
White with #BBA18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA18B; }
p { color: rgb(187,161,139); }
H1.HeaderClassName
{
color: #BBA18B;
}
.AnyTagClassName
{
color: #BBA18B;
}
</style>
background-color css
<style>
a { background-color: #BBA18B; }
a { background-color: rgb(187,161,139); }
div.DivClassName
{
background-color: #BBA18B;
}
.BgClassName
{
background-color: #BBA18B;
}
</style>
border-color css
<style>
span { border-color: #BBA18B; }
span { border-color: rgb(187,161,139); }
td.TdClassName
{
border-color: #BBA18B;
}
.TagClassName
{
border-color: #BBA18B;
}
</style>