Shades of Rodeo Dust #BCA58A
Tints of Rodeo Dust #BCA58A
RGB
CMYK
RGB Variations
Color information
#BCA58A (or 0xBCA58A) is known color: Rodeo Dust. HEX triplet: BC, A5 and 8A. RGB value is (188,165,138). Sum of RGB (Red+Green+Blue) = 188+165+138=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA58A is #435A75. Grayscale: #A8A8A8. Windows color (decimal): -4414070 or 9086396. OLE color: 9086396.
HSL color Cylindrical-coordinate representation of color #BCA58A: hue angle of 32.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCA58A is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 138 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.26 |
| HSL | 32.4º | 0.27% | 0.64% | - |
| HSV(B) | 32.4º | 0.27% | 0.74% | - |
| XYZ | 38.78 | 39.44 | 29.61 | - |
| YUV | 168.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 138 | 0 | 0.12 | 0.27 | 0.26 | 32.4 | 0.27 | 0.64 |
| Hex | BC | A5 | 8A | 0 | C | 1B | 1A | 20 | 1B | 40 |
| Octal | 274 | 245 | 212 | 0 | 14 | 33 | 32 | 40 | 33 | 100 |
| Binary | 10111100 | 10100101 | 10001010 | 0 | 1100 | 11011 | 11010 | 100000 | 11011 | 1000000 |
Color Harmonies of #BCA58A
Complementary color
Monochromatic Colors of #BCA58A
Black with #BCA58A
Text Example
Text Example
White with #BCA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA58A; }
p { color: rgb(188,165,138); }
H1.HeaderClassName
{
color: #BCA58A;
}
.AnyTagClassName
{
color: #BCA58A;
}
</style>
background-color css
<style>
a { background-color: #BCA58A; }
a { background-color: rgb(188,165,138); }
div.DivClassName
{
background-color: #BCA58A;
}
.BgClassName
{
background-color: #BCA58A;
}
</style>
border-color css
<style>
span { border-color: #BCA58A; }
span { border-color: rgb(188,165,138); }
td.TdClassName
{
border-color: #BCA58A;
}
.TagClassName
{
border-color: #BCA58A;
}
</style>