Shades of Rodeo Dust #BBA188
Tints of Rodeo Dust #BBA188
RGB
CMYK
RGB Variations
Color information
#BBA188 (or 0xBBA188) is known color: Rodeo Dust. HEX triplet: BB, A1 and 88. RGB value is (187,161,136). Sum of RGB (Red+Green+Blue) = 187+161+136=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA188 is #445E77. Grayscale: #A6A6A6. Windows color (decimal): -4480632 or 8954299. OLE color: 8954299.
HSL color Cylindrical-coordinate representation of color #BBA188: hue angle of 29.41º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBA188 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 136 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.27 |
| HSL | 29.41º | 0.27% | 0.63% | - |
| HSV(B) | 29.41º | 0.27% | 0.73% | - |
| XYZ | 37.68 | 37.83 | 28.61 | - |
| YUV | 165.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 136 | 0 | 0.14 | 0.27 | 0.27 | 29.41 | 0.27 | 0.63 |
| Hex | BB | A1 | 88 | 0 | E | 1B | 1B | 1D | 1B | 3F |
| Octal | 273 | 241 | 210 | 0 | 16 | 33 | 33 | 35 | 33 | 77 |
| Binary | 10111011 | 10100001 | 10001000 | 0 | 1110 | 11011 | 11011 | 11101 | 11011 | 111111 |
Color Harmonies of #BBA188
Complementary color
Monochromatic Colors of #BBA188
Black with #BBA188
Text Example
Text Example
White with #BBA188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA188; }
p { color: rgb(187,161,136); }
H1.HeaderClassName
{
color: #BBA188;
}
.AnyTagClassName
{
color: #BBA188;
}
</style>
background-color css
<style>
a { background-color: #BBA188; }
a { background-color: rgb(187,161,136); }
div.DivClassName
{
background-color: #BBA188;
}
.BgClassName
{
background-color: #BBA188;
}
</style>
border-color css
<style>
span { border-color: #BBA188; }
span { border-color: rgb(187,161,136); }
td.TdClassName
{
border-color: #BBA188;
}
.TagClassName
{
border-color: #BBA188;
}
</style>