Shades of Rodeo Dust #BCA18D
Tints of Rodeo Dust #BCA18D
RGB
CMYK
RGB Variations
Color information
#BCA18D (or 0xBCA18D) is known color: Rodeo Dust. HEX triplet: BC, A1 and 8D. RGB value is (188,161,141). Sum of RGB (Red+Green+Blue) = 188+161+141=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA18D is #435E72. Grayscale: #A6A6A6. Windows color (decimal): -4415091 or 9281980. OLE color: 9281980.
HSL color Cylindrical-coordinate representation of color #BCA18D: hue angle of 25.53º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCA18D is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 141 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.26 |
| HSL | 25.53º | 0.26% | 0.65% | - |
| HSV(B) | 25.53º | 0.25% | 0.74% | - |
| XYZ | 38.29 | 38.1 | 30.54 | - |
| YUV | 166.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 141 | 0 | 0.14 | 0.25 | 0.26 | 25.53 | 0.26 | 0.65 |
| Hex | BC | A1 | 8D | 0 | E | 19 | 1A | 1A | 1A | 41 |
| Octal | 274 | 241 | 215 | 0 | 16 | 31 | 32 | 32 | 32 | 101 |
| Binary | 10111100 | 10100001 | 10001101 | 0 | 1110 | 11001 | 11010 | 11010 | 11010 | 1000001 |
Color Harmonies of #BCA18D
Complementary color
Monochromatic Colors of #BCA18D
Black with #BCA18D
Text Example
Text Example
White with #BCA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA18D; }
p { color: rgb(188,161,141); }
H1.HeaderClassName
{
color: #BCA18D;
}
.AnyTagClassName
{
color: #BCA18D;
}
</style>
background-color css
<style>
a { background-color: #BCA18D; }
a { background-color: rgb(188,161,141); }
div.DivClassName
{
background-color: #BCA18D;
}
.BgClassName
{
background-color: #BCA18D;
}
</style>
border-color css
<style>
span { border-color: #BCA18D; }
span { border-color: rgb(188,161,141); }
td.TdClassName
{
border-color: #BCA18D;
}
.TagClassName
{
border-color: #BCA18D;
}
</style>