Shades of Rodeo Dust #B9A18C
Tints of Rodeo Dust #B9A18C
RGB
CMYK
RGB Variations
Color information
#B9A18C (or 0xB9A18C) is known color: Rodeo Dust. HEX triplet: B9, A1 and 8C. RGB value is (185,161,140). Sum of RGB (Red+Green+Blue) = 185+161+140=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A18C is #465E73. Grayscale: #A5A5A5. Windows color (decimal): -4611700 or 9216441. OLE color: 9216441.
HSL color Cylindrical-coordinate representation of color #B9A18C: hue angle of 28º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9A18C is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 161 | 140 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.27 |
| HSL | 28º | 0.24% | 0.64% | - |
| HSV(B) | 28º | 0.24% | 0.73% | - |
| XYZ | 37.49 | 37.7 | 30.11 | - |
| YUV | 165.78 | 113.45 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 161 | 140 | 0 | 0.13 | 0.24 | 0.27 | 28 | 0.24 | 0.64 |
| Hex | B9 | A1 | 8C | 0 | D | 18 | 1B | 1C | 18 | 40 |
| Octal | 271 | 241 | 214 | 0 | 15 | 30 | 33 | 34 | 30 | 100 |
| Binary | 10111001 | 10100001 | 10001100 | 0 | 1101 | 11000 | 11011 | 11100 | 11000 | 1000000 |
Color Harmonies of #B9A18C
Complementary color
Monochromatic Colors of #B9A18C
Black with #B9A18C
Text Example
Text Example
White with #B9A18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A18C; }
p { color: rgb(185,161,140); }
H1.HeaderClassName
{
color: #B9A18C;
}
.AnyTagClassName
{
color: #B9A18C;
}
</style>
background-color css
<style>
a { background-color: #B9A18C; }
a { background-color: rgb(185,161,140); }
div.DivClassName
{
background-color: #B9A18C;
}
.BgClassName
{
background-color: #B9A18C;
}
</style>
border-color css
<style>
span { border-color: #B9A18C; }
span { border-color: rgb(185,161,140); }
td.TdClassName
{
border-color: #B9A18C;
}
.TagClassName
{
border-color: #B9A18C;
}
</style>