Shades of Rodeo Dust #BCA58D
Tints of Rodeo Dust #BCA58D
RGB
CMYK
RGB Variations
Color information
#BCA58D (or 0xBCA58D) is known color: Rodeo Dust. HEX triplet: BC, A5 and 8D. RGB value is (188,165,141). Sum of RGB (Red+Green+Blue) = 188+165+141=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA58D is #435A72. Grayscale: #A9A9A9. Windows color (decimal): -4414067 or 9283004. OLE color: 9283004.
HSL color Cylindrical-coordinate representation of color #BCA58D: hue angle of 30.64º 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 #BCA58D is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 141 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.26 |
| HSL | 30.64º | 0.26% | 0.65% | - |
| HSV(B) | 30.64º | 0.25% | 0.74% | - |
| XYZ | 39 | 39.52 | 30.77 | - |
| YUV | 169.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 141 | 0 | 0.12 | 0.25 | 0.26 | 30.64 | 0.26 | 0.65 |
| Hex | BC | A5 | 8D | 0 | C | 19 | 1A | 1F | 1A | 41 |
| Octal | 274 | 245 | 215 | 0 | 14 | 31 | 32 | 37 | 32 | 101 |
| Binary | 10111100 | 10100101 | 10001101 | 0 | 1100 | 11001 | 11010 | 11111 | 11010 | 1000001 |
Color Harmonies of #BCA58D
Complementary color
Monochromatic Colors of #BCA58D
Black with #BCA58D
Text Example
Text Example
White with #BCA58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA58D; }
p { color: rgb(188,165,141); }
H1.HeaderClassName
{
color: #BCA58D;
}
.AnyTagClassName
{
color: #BCA58D;
}
</style>
background-color css
<style>
a { background-color: #BCA58D; }
a { background-color: rgb(188,165,141); }
div.DivClassName
{
background-color: #BCA58D;
}
.BgClassName
{
background-color: #BCA58D;
}
</style>
border-color css
<style>
span { border-color: #BCA58D; }
span { border-color: rgb(188,165,141); }
td.TdClassName
{
border-color: #BCA58D;
}
.TagClassName
{
border-color: #BCA58D;
}
</style>