Shades of Rodeo Dust #BBA283
Tints of Rodeo Dust #BBA283
RGB
CMYK
RGB Variations
Color information
#BBA283 (or 0xBBA283) is known color: Rodeo Dust. HEX triplet: BB, A2 and 83. RGB value is (187,162,131). Sum of RGB (Red+Green+Blue) = 187+162+131=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA283 is #445D7C. Grayscale: #A6A6A6. Windows color (decimal): -4480381 or 8626875. OLE color: 8626875.
HSL color Cylindrical-coordinate representation of color #BBA283: hue angle of 33.21º degrees, saturation: 0.29, 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 #BBA283 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 131 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.27 |
| HSL | 33.21º | 0.29% | 0.62% | - |
| HSV(B) | 33.21º | 0.3% | 0.73% | - |
| XYZ | 37.51 | 38.04 | 26.84 | - |
| YUV | 165.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 131 | 0 | 0.13 | 0.30 | 0.27 | 33.21 | 0.29 | 0.62 |
| Hex | BB | A2 | 83 | 0 | D | 1E | 1B | 21 | 1D | 3E |
| Octal | 273 | 242 | 203 | 0 | 15 | 36 | 33 | 41 | 35 | 76 |
| Binary | 10111011 | 10100010 | 10000011 | 0 | 1101 | 11110 | 11011 | 100001 | 11101 | 111110 |
Color Harmonies of #BBA283
Complementary color
Monochromatic Colors of #BBA283
Black with #BBA283
Text Example
Text Example
White with #BBA283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA283; }
p { color: rgb(187,162,131); }
H1.HeaderClassName
{
color: #BBA283;
}
.AnyTagClassName
{
color: #BBA283;
}
</style>
background-color css
<style>
a { background-color: #BBA283; }
a { background-color: rgb(187,162,131); }
div.DivClassName
{
background-color: #BBA283;
}
.BgClassName
{
background-color: #BBA283;
}
</style>
border-color css
<style>
span { border-color: #BBA283; }
span { border-color: rgb(187,162,131); }
td.TdClassName
{
border-color: #BBA283;
}
.TagClassName
{
border-color: #BBA283;
}
</style>