Shades of Rodeo Dust #BCA58B
Tints of Rodeo Dust #BCA58B
RGB
CMYK
RGB Variations
Color information
#BCA58B (or 0xBCA58B) is known color: Rodeo Dust. HEX triplet: BC, A5 and 8B. RGB value is (188,165,139). Sum of RGB (Red+Green+Blue) = 188+165+139=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA58B is #435A74. Grayscale: #A9A9A9. Windows color (decimal): -4414069 or 9151932. OLE color: 9151932.
HSL color Cylindrical-coordinate representation of color #BCA58B: hue angle of 31.84º degrees, saturation: 0.27, 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 #BCA58B is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 139 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.26 |
| HSL | 31.84º | 0.27% | 0.64% | - |
| HSV(B) | 31.84º | 0.26% | 0.74% | - |
| XYZ | 38.85 | 39.47 | 30 | - |
| YUV | 168.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 139 | 0 | 0.12 | 0.26 | 0.26 | 31.84 | 0.27 | 0.64 |
| Hex | BC | A5 | 8B | 0 | C | 1A | 1A | 20 | 1B | 40 |
| Octal | 274 | 245 | 213 | 0 | 14 | 32 | 32 | 40 | 33 | 100 |
| Binary | 10111100 | 10100101 | 10001011 | 0 | 1100 | 11010 | 11010 | 100000 | 11011 | 1000000 |
Color Harmonies of #BCA58B
Complementary color
Monochromatic Colors of #BCA58B
Black with #BCA58B
Text Example
Text Example
White with #BCA58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA58B; }
p { color: rgb(188,165,139); }
H1.HeaderClassName
{
color: #BCA58B;
}
.AnyTagClassName
{
color: #BCA58B;
}
</style>
background-color css
<style>
a { background-color: #BCA58B; }
a { background-color: rgb(188,165,139); }
div.DivClassName
{
background-color: #BCA58B;
}
.BgClassName
{
background-color: #BCA58B;
}
</style>
border-color css
<style>
span { border-color: #BCA58B; }
span { border-color: rgb(188,165,139); }
td.TdClassName
{
border-color: #BCA58B;
}
.TagClassName
{
border-color: #BCA58B;
}
</style>