Shades of Rodeo Dust #BBA281
Tints of Rodeo Dust #BBA281
RGB
CMYK
RGB Variations
Color information
#BBA281 (or 0xBBA281) is known color: Rodeo Dust. HEX triplet: BB, A2 and 81. RGB value is (187,162,129). Sum of RGB (Red+Green+Blue) = 187+162+129=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA281 is #445D7E. Grayscale: #A5A5A5. Windows color (decimal): -4480383 or 8495803. OLE color: 8495803.
HSL color Cylindrical-coordinate representation of color #BBA281: hue angle of 34.14º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBA281 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 129 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.27 |
| HSL | 34.14º | 0.3% | 0.62% | - |
| HSV(B) | 34.14º | 0.31% | 0.73% | - |
| XYZ | 37.38 | 37.99 | 26.13 | - |
| YUV | 165.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 129 | 0 | 0.13 | 0.31 | 0.27 | 34.14 | 0.3 | 0.62 |
| Hex | BB | A2 | 81 | 0 | D | 1F | 1B | 22 | 1E | 3E |
| Octal | 273 | 242 | 201 | 0 | 15 | 37 | 33 | 42 | 36 | 76 |
| Binary | 10111011 | 10100010 | 10000001 | 0 | 1101 | 11111 | 11011 | 100010 | 11110 | 111110 |
Color Harmonies of #BBA281
Complementary color
Monochromatic Colors of #BBA281
Black with #BBA281
Text Example
Text Example
White with #BBA281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA281; }
p { color: rgb(187,162,129); }
H1.HeaderClassName
{
color: #BBA281;
}
.AnyTagClassName
{
color: #BBA281;
}
</style>
background-color css
<style>
a { background-color: #BBA281; }
a { background-color: rgb(187,162,129); }
div.DivClassName
{
background-color: #BBA281;
}
.BgClassName
{
background-color: #BBA281;
}
</style>
border-color css
<style>
span { border-color: #BBA281; }
span { border-color: rgb(187,162,129); }
td.TdClassName
{
border-color: #BBA281;
}
.TagClassName
{
border-color: #BBA281;
}
</style>