Shades of Rodeo Dust #BBA28E
Tints of Rodeo Dust #BBA28E
RGB
CMYK
RGB Variations
Color information
#BBA28E (or 0xBBA28E) is known color: Rodeo Dust. HEX triplet: BB, A2 and 8E. RGB value is (187,162,142). Sum of RGB (Red+Green+Blue) = 187+162+142=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA28E is #445D71. Grayscale: #A7A7A7. Windows color (decimal): -4480370 or 9347771. OLE color: 9347771.
HSL color Cylindrical-coordinate representation of color #BBA28E: hue angle of 26.67º degrees, saturation: 0.25, 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 #BBA28E is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 142 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.27 |
| HSL | 26.67º | 0.25% | 0.65% | - |
| HSV(B) | 26.67º | 0.24% | 0.73% | - |
| XYZ | 38.3 | 38.36 | 30.98 | - |
| YUV | 167.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 142 | 0 | 0.13 | 0.24 | 0.27 | 26.67 | 0.25 | 0.65 |
| Hex | BB | A2 | 8E | 0 | D | 18 | 1B | 1B | 19 | 41 |
| Octal | 273 | 242 | 216 | 0 | 15 | 30 | 33 | 33 | 31 | 101 |
| Binary | 10111011 | 10100010 | 10001110 | 0 | 1101 | 11000 | 11011 | 11011 | 11001 | 1000001 |
Color Harmonies of #BBA28E
Complementary color
Monochromatic Colors of #BBA28E
Black with #BBA28E
Text Example
Text Example
White with #BBA28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA28E; }
p { color: rgb(187,162,142); }
H1.HeaderClassName
{
color: #BBA28E;
}
.AnyTagClassName
{
color: #BBA28E;
}
</style>
background-color css
<style>
a { background-color: #BBA28E; }
a { background-color: rgb(187,162,142); }
div.DivClassName
{
background-color: #BBA28E;
}
.BgClassName
{
background-color: #BBA28E;
}
</style>
border-color css
<style>
span { border-color: #BBA28E; }
span { border-color: rgb(187,162,142); }
td.TdClassName
{
border-color: #BBA28E;
}
.TagClassName
{
border-color: #BBA28E;
}
</style>