Shades of Rodeo Dust #BBA18C
Tints of Rodeo Dust #BBA18C
RGB
CMYK
RGB Variations
Color information
#BBA18C (or 0xBBA18C) is known color: Rodeo Dust. HEX triplet: BB, A1 and 8C. RGB value is (187,161,140). Sum of RGB (Red+Green+Blue) = 187+161+140=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA18C is #445E73. Grayscale: #A6A6A6. Windows color (decimal): -4480628 or 9216443. OLE color: 9216443.
HSL color Cylindrical-coordinate representation of color #BBA18C: hue angle of 26.81º 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 #BBA18C is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 140 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.27 |
| HSL | 26.81º | 0.26% | 0.64% | - |
| HSV(B) | 26.81º | 0.25% | 0.73% | - |
| XYZ | 37.97 | 37.95 | 30.13 | - |
| YUV | 166.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 140 | 0 | 0.14 | 0.25 | 0.27 | 26.81 | 0.26 | 0.64 |
| Hex | BB | A1 | 8C | 0 | E | 19 | 1B | 1B | 1A | 40 |
| Octal | 273 | 241 | 214 | 0 | 16 | 31 | 33 | 33 | 32 | 100 |
| Binary | 10111011 | 10100001 | 10001100 | 0 | 1110 | 11001 | 11011 | 11011 | 11010 | 1000000 |
Color Harmonies of #BBA18C
Complementary color
Monochromatic Colors of #BBA18C
Black with #BBA18C
Text Example
Text Example
White with #BBA18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA18C; }
p { color: rgb(187,161,140); }
H1.HeaderClassName
{
color: #BBA18C;
}
.AnyTagClassName
{
color: #BBA18C;
}
</style>
background-color css
<style>
a { background-color: #BBA18C; }
a { background-color: rgb(187,161,140); }
div.DivClassName
{
background-color: #BBA18C;
}
.BgClassName
{
background-color: #BBA18C;
}
</style>
border-color css
<style>
span { border-color: #BBA18C; }
span { border-color: rgb(187,161,140); }
td.TdClassName
{
border-color: #BBA18C;
}
.TagClassName
{
border-color: #BBA18C;
}
</style>