Shades of Rodeo Dust #BCA58C
Tints of Rodeo Dust #BCA58C
RGB
CMYK
RGB Variations
Color information
#BCA58C (or 0xBCA58C) is known color: Rodeo Dust. HEX triplet: BC, A5 and 8C. RGB value is (188,165,140). Sum of RGB (Red+Green+Blue) = 188+165+140=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA58C is #435A73. Grayscale: #A9A9A9. Windows color (decimal): -4414068 or 9217468. OLE color: 9217468.
HSL color Cylindrical-coordinate representation of color #BCA58C: hue angle of 31.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCA58C is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 140 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.26 |
| HSL | 31.25º | 0.26% | 0.64% | - |
| HSV(B) | 31.25º | 0.26% | 0.74% | - |
| XYZ | 38.93 | 39.5 | 30.38 | - |
| YUV | 169.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 140 | 0 | 0.12 | 0.26 | 0.26 | 31.25 | 0.26 | 0.64 |
| Hex | BC | A5 | 8C | 0 | C | 1A | 1A | 1F | 1A | 40 |
| Octal | 274 | 245 | 214 | 0 | 14 | 32 | 32 | 37 | 32 | 100 |
| Binary | 10111100 | 10100101 | 10001100 | 0 | 1100 | 11010 | 11010 | 11111 | 11010 | 1000000 |
Color Harmonies of #BCA58C
Complementary color
Monochromatic Colors of #BCA58C
Black with #BCA58C
Text Example
Text Example
White with #BCA58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA58C; }
p { color: rgb(188,165,140); }
H1.HeaderClassName
{
color: #BCA58C;
}
.AnyTagClassName
{
color: #BCA58C;
}
</style>
background-color css
<style>
a { background-color: #BCA58C; }
a { background-color: rgb(188,165,140); }
div.DivClassName
{
background-color: #BCA58C;
}
.BgClassName
{
background-color: #BCA58C;
}
</style>
border-color css
<style>
span { border-color: #BCA58C; }
span { border-color: rgb(188,165,140); }
td.TdClassName
{
border-color: #BCA58C;
}
.TagClassName
{
border-color: #BCA58C;
}
</style>