Shades of Rodeo Dust #BBA28C
Tints of Rodeo Dust #BBA28C
RGB
CMYK
RGB Variations
Color information
#BBA28C (or 0xBBA28C) is known color: Rodeo Dust. HEX triplet: BB, A2 and 8C. RGB value is (187,162,140). Sum of RGB (Red+Green+Blue) = 187+162+140=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA28C is #445D73. Grayscale: #A7A7A7. Windows color (decimal): -4480372 or 9216699. OLE color: 9216699.
HSL color Cylindrical-coordinate representation of color #BBA28C: hue angle of 28.09º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA28C is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 140 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.27 |
| HSL | 28.09º | 0.26% | 0.64% | - |
| HSV(B) | 28.09º | 0.25% | 0.73% | - |
| XYZ | 38.15 | 38.3 | 30.19 | - |
| YUV | 166.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 140 | 0 | 0.13 | 0.25 | 0.27 | 28.09 | 0.26 | 0.64 |
| Hex | BB | A2 | 8C | 0 | D | 19 | 1B | 1C | 1A | 40 |
| Octal | 273 | 242 | 214 | 0 | 15 | 31 | 33 | 34 | 32 | 100 |
| Binary | 10111011 | 10100010 | 10001100 | 0 | 1101 | 11001 | 11011 | 11100 | 11010 | 1000000 |
Color Harmonies of #BBA28C
Complementary color
Monochromatic Colors of #BBA28C
Black with #BBA28C
Text Example
Text Example
White with #BBA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA28C; }
p { color: rgb(187,162,140); }
H1.HeaderClassName
{
color: #BBA28C;
}
.AnyTagClassName
{
color: #BBA28C;
}
</style>
background-color css
<style>
a { background-color: #BBA28C; }
a { background-color: rgb(187,162,140); }
div.DivClassName
{
background-color: #BBA28C;
}
.BgClassName
{
background-color: #BBA28C;
}
</style>
border-color css
<style>
span { border-color: #BBA28C; }
span { border-color: rgb(187,162,140); }
td.TdClassName
{
border-color: #BBA28C;
}
.TagClassName
{
border-color: #BBA28C;
}
</style>