Shades of Rodeo Dust #BBA48A
Tints of Rodeo Dust #BBA48A
RGB
CMYK
RGB Variations
Color information
#BBA48A (or 0xBBA48A) is known color: Rodeo Dust. HEX triplet: BB, A4 and 8A. RGB value is (187,164,138). Sum of RGB (Red+Green+Blue) = 187+164+138=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA48A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA48A is #445B75. Grayscale: #A8A8A8. Windows color (decimal): -4479862 or 9086139. OLE color: 9086139.
HSL color Cylindrical-coordinate representation of color #BBA48A: hue angle of 31.84º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA48A is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 138 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.27 |
| HSL | 31.84º | 0.26% | 0.64% | - |
| HSV(B) | 31.84º | 0.26% | 0.73% | - |
| XYZ | 38.36 | 38.95 | 29.54 | - |
| YUV | 167.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 138 | 0 | 0.12 | 0.26 | 0.27 | 31.84 | 0.26 | 0.64 |
| Hex | BB | A4 | 8A | 0 | C | 1A | 1B | 20 | 1A | 40 |
| Octal | 273 | 244 | 212 | 0 | 14 | 32 | 33 | 40 | 32 | 100 |
| Binary | 10111011 | 10100100 | 10001010 | 0 | 1100 | 11010 | 11011 | 100000 | 11010 | 1000000 |
Color Harmonies of #BBA48A
Complementary color
Monochromatic Colors of #BBA48A
Black with #BBA48A
Text Example
Text Example
White with #BBA48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA48A; }
p { color: rgb(187,164,138); }
H1.HeaderClassName
{
color: #BBA48A;
}
.AnyTagClassName
{
color: #BBA48A;
}
</style>
background-color css
<style>
a { background-color: #BBA48A; }
a { background-color: rgb(187,164,138); }
div.DivClassName
{
background-color: #BBA48A;
}
.BgClassName
{
background-color: #BBA48A;
}
</style>
border-color css
<style>
span { border-color: #BBA48A; }
span { border-color: rgb(187,164,138); }
td.TdClassName
{
border-color: #BBA48A;
}
.TagClassName
{
border-color: #BBA48A;
}
</style>