Shades of Rodeo Dust #BCA690
Tints of Rodeo Dust #BCA690
RGB
CMYK
RGB Variations
Color information
#BCA690 (or 0xBCA690) is known color: Rodeo Dust. HEX triplet: BC, A6 and 90. RGB value is (188,166,144). Sum of RGB (Red+Green+Blue) = 188+166+144=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA690 is #43596F. Grayscale: #AAAAAA. Windows color (decimal): -4413808 or 9479868. OLE color: 9479868.
HSL color Cylindrical-coordinate representation of color #BCA690: hue angle of 30º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCA690 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 144 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.26 |
| HSL | 30º | 0.25% | 0.65% | - |
| HSV(B) | 30º | 0.23% | 0.74% | - |
| XYZ | 39.41 | 39.98 | 32.02 | - |
| YUV | 170.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 144 | 0 | 0.12 | 0.23 | 0.26 | 30 | 0.25 | 0.65 |
| Hex | BC | A6 | 90 | 0 | C | 17 | 1A | 1E | 19 | 41 |
| Octal | 274 | 246 | 220 | 0 | 14 | 27 | 32 | 36 | 31 | 101 |
| Binary | 10111100 | 10100110 | 10010000 | 0 | 1100 | 10111 | 11010 | 11110 | 11001 | 1000001 |
Color Harmonies of #BCA690
Complementary color
Monochromatic Colors of #BCA690
Black with #BCA690
Text Example
Text Example
White with #BCA690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA690; }
p { color: rgb(188,166,144); }
H1.HeaderClassName
{
color: #BCA690;
}
.AnyTagClassName
{
color: #BCA690;
}
</style>
background-color css
<style>
a { background-color: #BCA690; }
a { background-color: rgb(188,166,144); }
div.DivClassName
{
background-color: #BCA690;
}
.BgClassName
{
background-color: #BCA690;
}
</style>
border-color css
<style>
span { border-color: #BCA690; }
span { border-color: rgb(188,166,144); }
td.TdClassName
{
border-color: #BCA690;
}
.TagClassName
{
border-color: #BCA690;
}
</style>