Shades of Rodeo Dust #BBA282
Tints of Rodeo Dust #BBA282
RGB
CMYK
RGB Variations
Color information
#BBA282 (or 0xBBA282) is known color: Rodeo Dust. HEX triplet: BB, A2 and 82. RGB value is (187,162,130). Sum of RGB (Red+Green+Blue) = 187+162+130=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA282 is #445D7D. Grayscale: #A5A5A5. Windows color (decimal): -4480382 or 8561339. OLE color: 8561339.
HSL color Cylindrical-coordinate representation of color #BBA282: hue angle of 33.68º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA282 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 130 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.27 |
| HSL | 33.68º | 0.3% | 0.62% | - |
| HSV(B) | 33.68º | 0.3% | 0.73% | - |
| XYZ | 37.44 | 38.02 | 26.48 | - |
| YUV | 165.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 130 | 0 | 0.13 | 0.30 | 0.27 | 33.68 | 0.3 | 0.62 |
| Hex | BB | A2 | 82 | 0 | D | 1E | 1B | 22 | 1E | 3E |
| Octal | 273 | 242 | 202 | 0 | 15 | 36 | 33 | 42 | 36 | 76 |
| Binary | 10111011 | 10100010 | 10000010 | 0 | 1101 | 11110 | 11011 | 100010 | 11110 | 111110 |
Color Harmonies of #BBA282
Complementary color
Monochromatic Colors of #BBA282
Black with #BBA282
Text Example
Text Example
White with #BBA282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA282; }
p { color: rgb(187,162,130); }
H1.HeaderClassName
{
color: #BBA282;
}
.AnyTagClassName
{
color: #BBA282;
}
</style>
background-color css
<style>
a { background-color: #BBA282; }
a { background-color: rgb(187,162,130); }
div.DivClassName
{
background-color: #BBA282;
}
.BgClassName
{
background-color: #BBA282;
}
</style>
border-color css
<style>
span { border-color: #BBA282; }
span { border-color: rgb(187,162,130); }
td.TdClassName
{
border-color: #BBA282;
}
.TagClassName
{
border-color: #BBA282;
}
</style>