Shades of Rodeo Dust #BCA58E
Tints of Rodeo Dust #BCA58E
RGB
CMYK
RGB Variations
Color information
#BCA58E (or 0xBCA58E) is known color: Rodeo Dust. HEX triplet: BC, A5 and 8E. RGB value is (188,165,142). Sum of RGB (Red+Green+Blue) = 188+165+142=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA58E is #435A71. Grayscale: #A9A9A9. Windows color (decimal): -4414066 or 9348540. OLE color: 9348540.
HSL color Cylindrical-coordinate representation of color #BCA58E: hue angle of 30º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCA58E is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 142 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.26 |
| HSL | 30º | 0.26% | 0.65% | - |
| HSV(B) | 30º | 0.24% | 0.74% | - |
| XYZ | 39.08 | 39.55 | 31.17 | - |
| YUV | 169.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 142 | 0 | 0.12 | 0.24 | 0.26 | 30 | 0.26 | 0.65 |
| Hex | BC | A5 | 8E | 0 | C | 18 | 1A | 1E | 1A | 41 |
| Octal | 274 | 245 | 216 | 0 | 14 | 30 | 32 | 36 | 32 | 101 |
| Binary | 10111100 | 10100101 | 10001110 | 0 | 1100 | 11000 | 11010 | 11110 | 11010 | 1000001 |
Color Harmonies of #BCA58E
Complementary color
Monochromatic Colors of #BCA58E
Black with #BCA58E
Text Example
Text Example
White with #BCA58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA58E; }
p { color: rgb(188,165,142); }
H1.HeaderClassName
{
color: #BCA58E;
}
.AnyTagClassName
{
color: #BCA58E;
}
</style>
background-color css
<style>
a { background-color: #BCA58E; }
a { background-color: rgb(188,165,142); }
div.DivClassName
{
background-color: #BCA58E;
}
.BgClassName
{
background-color: #BCA58E;
}
</style>
border-color css
<style>
span { border-color: #BCA58E; }
span { border-color: rgb(188,165,142); }
td.TdClassName
{
border-color: #BCA58E;
}
.TagClassName
{
border-color: #BCA58E;
}
</style>