Shades of Rodeo Dust #BBA288
Tints of Rodeo Dust #BBA288
RGB
CMYK
RGB Variations
Color information
#BBA288 (or 0xBBA288) is known color: Rodeo Dust. HEX triplet: BB, A2 and 88. RGB value is (187,162,136). Sum of RGB (Red+Green+Blue) = 187+162+136=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA288 is #445D77. Grayscale: #A6A6A6. Windows color (decimal): -4480376 or 8954555. OLE color: 8954555.
HSL color Cylindrical-coordinate representation of color #BBA288: hue angle of 30.59º 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 #BBA288 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 136 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.27 |
| HSL | 30.59º | 0.27% | 0.63% | - |
| HSV(B) | 30.59º | 0.27% | 0.73% | - |
| XYZ | 37.86 | 38.18 | 28.67 | - |
| YUV | 166.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 136 | 0 | 0.13 | 0.27 | 0.27 | 30.59 | 0.27 | 0.63 |
| Hex | BB | A2 | 88 | 0 | D | 1B | 1B | 1F | 1B | 3F |
| Octal | 273 | 242 | 210 | 0 | 15 | 33 | 33 | 37 | 33 | 77 |
| Binary | 10111011 | 10100010 | 10001000 | 0 | 1101 | 11011 | 11011 | 11111 | 11011 | 111111 |
Color Harmonies of #BBA288
Complementary color
Monochromatic Colors of #BBA288
Black with #BBA288
Text Example
Text Example
White with #BBA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA288; }
p { color: rgb(187,162,136); }
H1.HeaderClassName
{
color: #BBA288;
}
.AnyTagClassName
{
color: #BBA288;
}
</style>
background-color css
<style>
a { background-color: #BBA288; }
a { background-color: rgb(187,162,136); }
div.DivClassName
{
background-color: #BBA288;
}
.BgClassName
{
background-color: #BBA288;
}
</style>
border-color css
<style>
span { border-color: #BBA288; }
span { border-color: rgb(187,162,136); }
td.TdClassName
{
border-color: #BBA288;
}
.TagClassName
{
border-color: #BBA288;
}
</style>