Shades of Rodeo Dust #B9A38C
Tints of Rodeo Dust #B9A38C
RGB
CMYK
RGB Variations
Color information
#B9A38C (or 0xB9A38C) is known color: Rodeo Dust. HEX triplet: B9, A3 and 8C. RGB value is (185,163,140). Sum of RGB (Red+Green+Blue) = 185+163+140=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A38C is #465C73. Grayscale: #A7A7A7. Windows color (decimal): -4611188 or 9216953. OLE color: 9216953.
HSL color Cylindrical-coordinate representation of color #B9A38C: hue angle of 30.67º 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 #B9A38C is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 163 | 140 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.27 |
| HSL | 30.67º | 0.24% | 0.64% | - |
| HSV(B) | 30.67º | 0.24% | 0.73% | - |
| XYZ | 37.84 | 38.4 | 30.23 | - |
| YUV | 166.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 163 | 140 | 0 | 0.12 | 0.24 | 0.27 | 30.67 | 0.24 | 0.64 |
| Hex | B9 | A3 | 8C | 0 | C | 18 | 1B | 1F | 18 | 40 |
| Octal | 271 | 243 | 214 | 0 | 14 | 30 | 33 | 37 | 30 | 100 |
| Binary | 10111001 | 10100011 | 10001100 | 0 | 1100 | 11000 | 11011 | 11111 | 11000 | 1000000 |
Color Harmonies of #B9A38C
Complementary color
Monochromatic Colors of #B9A38C
Black with #B9A38C
Text Example
Text Example
White with #B9A38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A38C; }
p { color: rgb(185,163,140); }
H1.HeaderClassName
{
color: #B9A38C;
}
.AnyTagClassName
{
color: #B9A38C;
}
</style>
background-color css
<style>
a { background-color: #B9A38C; }
a { background-color: rgb(185,163,140); }
div.DivClassName
{
background-color: #B9A38C;
}
.BgClassName
{
background-color: #B9A38C;
}
</style>
border-color css
<style>
span { border-color: #B9A38C; }
span { border-color: rgb(185,163,140); }
td.TdClassName
{
border-color: #B9A38C;
}
.TagClassName
{
border-color: #B9A38C;
}
</style>