Shades of Rodeo Dust #BCA18B
Tints of Rodeo Dust #BCA18B
RGB
CMYK
RGB Variations
Color information
#BCA18B (or 0xBCA18B) is known color: Rodeo Dust. HEX triplet: BC, A1 and 8B. RGB value is (188,161,139). Sum of RGB (Red+Green+Blue) = 188+161+139=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA18B is #435E74. Grayscale: #A6A6A6. Windows color (decimal): -4415093 or 9150908. OLE color: 9150908.
HSL color Cylindrical-coordinate representation of color #BCA18B: hue angle of 26.94º 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 #BCA18B is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 139 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.26 |
| HSL | 26.94º | 0.27% | 0.64% | - |
| HSV(B) | 26.94º | 0.26% | 0.74% | - |
| XYZ | 38.14 | 38.05 | 29.76 | - |
| YUV | 166.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 139 | 0 | 0.14 | 0.26 | 0.26 | 26.94 | 0.27 | 0.64 |
| Hex | BC | A1 | 8B | 0 | E | 1A | 1A | 1B | 1B | 40 |
| Octal | 274 | 241 | 213 | 0 | 16 | 32 | 32 | 33 | 33 | 100 |
| Binary | 10111100 | 10100001 | 10001011 | 0 | 1110 | 11010 | 11010 | 11011 | 11011 | 1000000 |
Color Harmonies of #BCA18B
Complementary color
Monochromatic Colors of #BCA18B
Black with #BCA18B
Text Example
Text Example
White with #BCA18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA18B; }
p { color: rgb(188,161,139); }
H1.HeaderClassName
{
color: #BCA18B;
}
.AnyTagClassName
{
color: #BCA18B;
}
</style>
background-color css
<style>
a { background-color: #BCA18B; }
a { background-color: rgb(188,161,139); }
div.DivClassName
{
background-color: #BCA18B;
}
.BgClassName
{
background-color: #BCA18B;
}
</style>
border-color css
<style>
span { border-color: #BCA18B; }
span { border-color: rgb(188,161,139); }
td.TdClassName
{
border-color: #BCA18B;
}
.TagClassName
{
border-color: #BCA18B;
}
</style>